From 075f30d9e5dd77ab66aed8e8ea54751542fef20b Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Sun, 11 Aug 2019 19:54:44 +0200 Subject: [PATCH] missing load tag --- templates/registration/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/registration/login.html b/templates/registration/login.html index b7ae87cf..4fa6df5c 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-2.0-or-later {% endcomment %} {% load i18n %} - +{% load crispy_forms_tags %} {% block title %}{% trans "Log in" %}{% endblock %} {% block content %}