Merge branch 'master' of edugit.org:enrichment-2024/qivip

This commit is contained in:
2025-01-31 15:32:38 +01:00

View File

@@ -1,6 +1,7 @@
{% extends 'accounts/base.html' %}
{% load static %}
{% block title %}Login{% endblock %}
{% block stylesheet %}accounts/css/login.css{% endblock %}
{% block stylesheet_path %}{% static 'accounts/css/login.css' %}{% endblock %}
{% block content %}
<div class="login-container">
<h2>Anmeldung</h2>