diff --git a/news1/templates/registration/login.html b/news1/templates/registration/login.html new file mode 100644 index 0000000..153a6b7 --- /dev/null +++ b/news1/templates/registration/login.html @@ -0,0 +1,22 @@ +{% extends 'base.html' %} +{% block title %} + {% if user.is_authenticated %} +

Abmelden

+ + {% endif %} + + Login +{% endblock %} +{% block content %} +
+ {% csrf_token %} + Benutzername: {{ form.username }}
+ Passwort: {{ form.password }}
+ + +
+{% endblock %} + + +