feat: Add registration/login button
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
<button type="submit">Ausloggen</button>
|
||||
</form>
|
||||
</div>
|
||||
{% else %}
|
||||
<a href="{% url "django_registration_register" %}">Registrieren</a>
|
||||
<a href="{% url "login" %}">Einloggen</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user