Browse Source

still a few urls missing...

Natenom/support-murmur-13-1446181288462
Michael Ziegler 15 years ago
parent
commit
b9016bafb0
  1. 4
      template/registration/login.html

4
template/registration/login.html

@ -21,8 +21,8 @@
<input type="hidden" name="next" value="{{ next }}" />
</form>
<ul>
<li>No Login? You can <a href="/accounts/register/">sign up!</a></li>
<li>Forgot the password? You can <a href="/accounts/password/reset/">reset it!</a></li>
<li>No Login? You can <a href="{% url registration.views.register %}">sign up!</a></li>
<li>Forgot the password? You can <a href="{% url django.contrib.auth.views.password_reset %}">reset it!</a></li>
</ul>
{% endblock %}
Loading…
Cancel
Save