Update Home
This commit is contained in:
@@ -1,17 +1,9 @@
|
|||||||
{% load static %}
|
{% extends 'accounts/base.html'%}
|
||||||
<!DOCTYPE html>
|
{% block title %}Home{% endblock %}
|
||||||
<html lang="de">
|
{% block content %}
|
||||||
<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>
|
<h1>Moin moin!</h1>
|
||||||
<form action="{% url 'logout' %}" method="post">
|
<form action="{% url 'logout' %}" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<button type="submit">Abmelden</button>
|
<button type="submit">Abmelden</button>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
{% endblock %}
|
||||||
</html>
|
|
||||||
Reference in New Issue
Block a user