diff --git a/templates/authentic2/base-page.html b/templates/authentic2/base-page.html index 67c6c67..a972980 100644 --- a/templates/authentic2/base-page.html +++ b/templates/authentic2/base-page.html @@ -10,6 +10,18 @@ et de ses 31 communes + {% block messages %} + {% if messages %} +
+ +
+ {% endif %} + {% endblock %} +
{% block content %} {% endblock %} diff --git a/templates/authentic2/base.html b/templates/authentic2/base.html new file mode 100644 index 0000000..fbdbea9 --- /dev/null +++ b/templates/authentic2/base.html @@ -0,0 +1,15 @@ +{% extends "base.html" %} +{% load authentic2 %} + +{% block extra-top-head %} + {% block extrascripts %} + {% endblock %} + {% block extra_scripts %} + {% endblock %} + {% renderblock "css" %} + {% renderblock "js" %} + {{ form.media }} +{% endblock %} + +{% block placeholder-messages %} +{% endblock %}