Disable self-registration by default

This commit is contained in:
Keith Smith
2026-04-15 17:42:40 -06:00
parent 586e98fd95
commit 53180a9469
3 changed files with 42 additions and 12 deletions
+2
View File
@@ -33,8 +33,10 @@
<button type="submit" class="btn btn-primary btn-full">Login</button>
</form>
{% if allow_self_registration %}
<p class="auth-footer">
Don't have an account? <a href="{% url 'register' %}">Register</a>
</p>
{% endif %}
</div>
{% endblock %}