Changed link title

This commit is contained in:
Armin Ronacher 2010-04-21 20:30:05 +02:00
parent a335741b1f
commit eb07ffe01e

View file

@ -14,7 +14,7 @@
<a href="{{ url_for('mailinglist_index') }}">list information</a>
{% endif %}
{% if request.endpoint != 'mailinglist_archive' %}//
<a href="{{ url_for('mailinglist_archive') }}">go to archive</a>
<a href="{{ url_for('mailinglist_archive') }}">go to the archive</a>
{% endif %}
</div>
{% block mailbody %}{% endblock %}