Generalize EmailBaseForm

This commit is contained in:
Claude Paroz 2018-02-01 14:39:40 +01:00
parent 3dcac79841
commit 73bef207b2
3 changed files with 24 additions and 20 deletions

View file

@ -4,13 +4,13 @@
{% block breadcrumbs %}
<div class="breadcrumbs">
<a href="{% url 'admin:index' %}">{% trans 'Home' %}</a>
&rsaquo; Envoi de la convocation EDE
&rsaquo; {{ title }}
</div>
{% endblock %}
{% block content %}
<h2>{{ candidat }}</h2>
<form name="convocation" action="." method="post">{% csrf_token %}
<form name="confirmation" action="." method="post">{% csrf_token %}
<table>
{{ form.as_table }}
<tr><td><input type="submit" value="Envoyer"></td></tr>