add link to log in view when on sign up view and vice-versa
This commit is contained in:
parent
5ac24962c5
commit
098564e333
@ -9,5 +9,8 @@
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<button class="btn btn-light" type="submit">Log In</button>
|
||||
<p></p>
|
||||
<span style="white-space: nowrap">New to MultiUserOpenRefine?</span>
|
||||
<a href="{% url 'signup' %}">Create an account.</a>
|
||||
</form>
|
||||
{% endblock %}
|
@ -9,5 +9,8 @@
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<button class="btn btn-light" type="submit">Sign Up</button>
|
||||
<p></p>
|
||||
<span style="white-space: nowrap">Already have an account?</span>
|
||||
<a href="{% url 'login' %}">Back to login.</a>
|
||||
</form>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user