Add title

This commit is contained in:
Jannis Portmann 2023-09-15 11:41:36 +02:00
parent d77592311a
commit 68d3571b4f

View file

@ -1,6 +1,9 @@
{% extends "base.html" %} {% extends "base.html" %}
{% load i18n %} {% load i18n %}
{% load crispy_forms_tags %} {% load crispy_forms_tags %}
{% block title %}
Login
{% endblock title %}
{% block content %} {% block content %}
{% if next %} {% if next %}
{% if user.is_authenticated %} {% if user.is_authenticated %}