mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
[FIX] Variable name to show signup button
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
{% buttons %}
|
{% buttons %}
|
||||||
<input type="hidden" name="next" value="{{ next }}">
|
<input type="hidden" name="next" value="{{ next }}">
|
||||||
<input type="submit" class="btn btn-primary" value="Login">
|
<input type="submit" class="btn btn-primary" value="Login">
|
||||||
{% if config.ENABLE_SIGNUPS %}
|
{% if config.ALLOW_SIGNUPS %}
|
||||||
<a class="btn btn-info" href="{% url 'account_signup' %}">Sign up</a>
|
<a class="btn btn-info" href="{% url 'account_signup' %}">Sign up</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endbuttons %}
|
{% endbuttons %}
|
||||||
|
|||||||
Reference in New Issue
Block a user