~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to templates/check_input/moderate_info.html

  • Committer: franku
  • Date: 2017-11-24 09:24:41 UTC
  • mto: This revision was merged to the branch mainline in revision 477.
  • Revision ID: somal@arcor.de-20171124092441-i3fuv708y2hk6b00
refactoring of variables; moved spam_check into the model

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends 'pybb/base.html' %}
 
1
{% extends 'base.html' %}
2
2
 
3
3
{% block content %}
4
4
 
5
5
<h1>All comments have to be moderated</h1>
6
6
 
7
7
<div class="blogEntry">
8
 
        <p>Your comment has been saved but hidden to normal users. A moderator
9
 
        will take a look at it and review it as soon as possible.</p>
 
8
        <p>Your comment has to be reviewd by a moderator.</p>
10
9
</div>
11
10
        
12
11
{% endblock %}