{% extends "registration/registration_form.html" %} {% load tapeforms %} {% block introduction %}

En tant qu'association adhérente de l'AAE du Pas-de-Calais, vous pouvez créer votre compte sur cette plateforme.

{{ block.super }} {% endblock %} {% block extra_fields %}
Informations sur l'association
{% formfield form.association.nom %}
{% formfield form.association.sigle %}
{% formfield form.association.activite_type %}
{% form form.association.adresse_fieldset %}
Responsable de l'association
{% formfield form.association.responsable_prenom %}
{% formfield form.association.responsable_nom %}
{% formfield form.association.responsable_fonction %}
{% formfield form.association.responsable_email %}
{% formfield form.association.responsable_tel %}
{% endblock %}