Add register link to landing.html
This commit is contained in:
parent
d4a02dc571
commit
14949cedb7
1 changed files with 1 additions and 3 deletions
|
@ -25,12 +25,10 @@
|
|||
</form>
|
||||
<div class="auth-footer">
|
||||
<div>
|
||||
{% trans "Don't have an account yet ?" %}
|
||||
{# <a href="{% url 'signup' %}">{% trans "Sign up" %}</a>#}
|
||||
{% trans "Don't have an account yet ?" %} <a href="/register">{% trans "Sign up" %}</a>
|
||||
</div>
|
||||
<div>
|
||||
or <a href="{% url 'reset_password' %}">{% trans "Forgot your password ?" %}</a><br>
|
||||
{# or <a href="{% url 'resend_activation_link' %}">{% trans "Resend activation link" %}</a>#}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue