{% extends 'base.html' %} {% block title %}Fotoblog - Inscription{% endblock %} {% block content %}
{% include "messages_notif.html" %} {% if form.errors %} {{ form.errors }} {% endif %}