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