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" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block title %}
Login
{% endblock title %}
{% block content %}
{% if next %}
{% if user.is_authenticated %}