Say how to allow commit

This commit is contained in:
Michal Čihař 2012-02-29 14:52:09 +01:00
parent b05b854b0b
commit 71b352253a

View File

@ -34,6 +34,8 @@
</td><td>
{% if user.is_authenticated %}
<input class="button" type="submit" value="{% trans "Save" %}" name="save" />
{% else %}
{% blocktrans %}<a href="/login/">Login</a> for saving translations.{% endblocktrans %}
{% endif %}
<input class="button" type="submit" value="{% trans "Suggest" %}" name="suggest" />
</td></tr>