{% extends 'base.html' %} {% block title %}Fotoblog - Inscription{% endblock %} {% block content %}

Inscription

{% include "messages_notif.html" %} {% if form.errors %} {{ form.errors }} {% endif %}

{% csrf_token %} {{ form.as_p }}

{% endblock %}