~widelands-dev/widelands-website/anti_spam

« back to all changes in this revision

Viewing changes to templates/pybb/topic.html

  • Committer: GunChleoc
  • Date: 2016-10-08 09:30:34 UTC
  • Revision ID: fios@foramnagaidhlig.net-20161008093034-pim8cohu4wpfbgt5
Proofreading.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
        <table class="forum">
158
158
                <tbody>
159
159
        {% for post in posts %}
160
 
                {% if not post.hided or user.is_superuser %}
 
160
                {% if not post.hidden or user.is_superuser %}
161
161
                <tr class="{% cycle 'odd' 'even' %}">
162
162
                        <td class="author">
163
163
                                {{ post.user|user_link }}<br />