~wacky/postorius/1043258

« back to all changes in this revision

Viewing changes to src/postorius/templates/postorius/menu/general.html

  • Committer: Florian Fuchs
  • Date: 2012-05-19 11:17:55 UTC
  • mfrom: (64.1.2 postorius)
  • Revision ID: flo.fuchs@gmail.com-20120519111755-ek6l5h1c3na28mnh
- missing csrf tokens in templates contributed by Richard Wackerbarth (LP: 996658)
- added csrf middleware to dev_setup settings

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                        {% trans "advertised" %} Link:TODO
69
69
                    </a>
70
70
                </li>         
71
 
                <li {% if selected == "anonymus_list" %}id="selected"{% endif %}>
 
71
                <li {% if selected == "anonymous_list" %}id="selected"{% endif %}>
72
72
                    <a href="{% comment %}{% url ... %}{% endcomment %}">
73
 
                        {% trans "anonymus_list" %} Link:TODO
 
73
                        {% trans "anonymous_list" %} Link:TODO
74
74
                    </a>
75
75
                </li>                                         
76
76
            </ul></div>