working on registration support

This commit is contained in:
Thomas Citharel
2015-01-23 16:34:56 +01:00
parent cdde19d609
commit 121691e900
8 changed files with 72 additions and 3 deletions

View File

@ -31,4 +31,9 @@
<input type="hidden" name="token" value="{{ token }}">
</form>
{% endif %}
{% if constant('ALLOW_REGISTER') == 1 %}
<div class="registerform">
<a href="?register">{% trans "Register" %}</a>
</div>
{% endif %}
{% endblock %}