mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
[FIX] Place signup button in correct template
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
{% endif %}
|
||||
|
||||
<button class="btn btn-primary " type="submit">{% trans "Log in" %}</button>
|
||||
{% if config.ALLOW_SIGNUPS %}
|
||||
<a class="btn btn-secondary" href="{% url 'account_signup' %}">Sign up</a>
|
||||
{% endif %}
|
||||
<a class="btn btn-outline-dark" href="{% url 'account_reset_password' %}">{% trans "Forgot password?" %}</a>
|
||||
|
||||
</form>
|
||||
|
||||
@@ -10,9 +10,6 @@
|
||||
{% buttons %}
|
||||
<input type="hidden" name="next" value="{{ next }}">
|
||||
<input type="submit" class="btn btn-primary" value="Login">
|
||||
{% if config.ALLOW_SIGNUPS %}
|
||||
<a class="btn btn-info" href="{% url 'account_signup' %}">Sign up</a>
|
||||
{% endif %}
|
||||
{% endbuttons %}
|
||||
<p>Forgot your password? Reset it <a href="{% url 'account_reset_password' %}">here</a>.</p>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user