diff options
Diffstat (limited to 'templates/main.html')
| -rw-r--r-- | templates/main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.html b/templates/main.html index 0ca4536..05c8b95 100644 --- a/templates/main.html +++ b/templates/main.html @@ -1,5 +1,5 @@ -{% load i18n %} {% extends "base.html" %} +{% load i18n %} {% block content %} {% if error %}<p class='error'>{{error}}</p>{%endif%} |
