~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/notification/notice_settings.html

  • Committer: franku
  • Date: 2017-04-17 16:26:45 UTC
  • mto: This revision was merged to the branch mainline in revision 456.
  • Revision ID: somal@arcor.de-20170417162645-806mug0q1hru8y09
renamed a function notices()

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
                        </tr>
37
37
                {% for row in notice_settings.rows %}
38
38
                        <tr class="{% cycle "odd" "even" %}">
39
 
                                <td>test{{ row.notice_type }}<br />
 
39
                                <td>
40
40
                                        {% trans row.notice_type.display %}<br />
41
41
                                        {% trans row.notice_type.description %}
42
42
                                </td>