Include Registration Page

This commit is contained in:
jvs
2025-01-24 16:50:07 +01:00
parent 0bfc19bbf9
commit 421d287d48
3 changed files with 5 additions and 0 deletions

View File

@@ -14,5 +14,6 @@
</div>
<button type="submit" class="login-button">LOG IN</button>
</form>
<a href="{% url 'register' %}">Registrierung</a>
</div>
{% endblock %}