Newer
Older
postorius / templates / mailman-django / menu / user_options.html
  1. {% load i18n %}
  2.  
  3. {% block menu_user_options %}
  4. {% trans "User Options" %}
  5. <div><ul class="menu">
  6. <li{% if selected == "description" %}id="selected"{% endif %}>
  7. <a href="{% comment %}{% url ... %}TODO add List{% endcomment %}">
  8. {% trans "Description" %} Link:TODO
  9. </a>
  10. </li>
  11. </ul> </div>
  12. {% endblock %}