Merge branch 'master' of edugit.org:enrichment-2024/qivip
This commit is contained in:
@@ -1,17 +1,9 @@
|
||||
{% load static %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="{% static 'accounts/css/base.css' %}">
|
||||
<title>Home</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Moin moin!</h1>
|
||||
<form action="{% url 'logout' %}" method="post">
|
||||
{% extends 'accounts/base.html'%}
|
||||
{% block title %}Home{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Moin moin!</h1>
|
||||
<form action="{% url 'logout' %}" method="post">
|
||||
{% csrf_token %}
|
||||
<button type="submit">Abmelden</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
</form>
|
||||
{% endblock %}
|
||||
@@ -14,6 +14,6 @@
|
||||
</div>
|
||||
<button type="submit" class="login-button">LOG IN</button>
|
||||
</form>
|
||||
<a href="{% url 'register' %}">Registrierung</a>
|
||||
<button><a href="{% url 'register' %}">Registrierung</a></button>
|
||||
</div>
|
||||
{% endblock %}
|
||||
@@ -1,3 +0,0 @@
|
||||
* {
|
||||
background-color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user