kpsul/gestioncof/templates/gestioncof/registration_post.html

9 lines
230 B
HTML
Raw Normal View History

2013-09-05 22:21:32 +02:00
{% extends "base_title.html" %}
{% block realcontent %}
2016-07-26 11:56:54 +02:00
<h2>Inscription d'un nouveau membre</h2>
<div id="form-placeholder">
{% include "gestioncof/registration_form.html" %}
2016-07-26 11:56:54 +02:00
</div>
2013-09-05 22:21:32 +02:00
{% endblock %}