Commit c21f6860 authored by Michal Čihař's avatar Michal Čihař

Link to registration from login

parent 99d189d6
......@@ -31,4 +31,9 @@
<input type="hidden" name="next" value="{{ next }}" />
</form>
<p>
{% url 'registration.views.register' as register_url %}
{% blocktrans %}Do not have an account yet? You can <a href="{{ register_url }}">register</a>.{% endblocktrans %}
</p>
{% endblock %}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment