forked from DGNum/gestioCOF
8 lines
219 B
HTML
8 lines
219 B
HTML
{% extends "base_title.html" %}
|
|
|
|
{% block realcontent %}
|
|
<h2>Inscription d'un nouveau membre</h2>
|
|
<div id="form-placeholder">
|
|
{% include "registration_form.html" %}
|
|
</div>
|
|
{% endblock %}
|