diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-12-07 21:10:37 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-12-07 21:10:37 +0100 |
| commit | 039c52d726f73fc04fc974ba8ff18511d275fb66 (patch) | |
| tree | 593c74181491d8fbe339b6148d72de2148a67b89 /archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html | |
| parent | 1eb19b3028430a4f936193304d70ef5ce429492e (diff) | |
| download | Ishtar-039c52d726f73fc04fc974ba8ff18511d275fb66.tar.bz2 Ishtar-039c52d726f73fc04fc974ba8ff18511d275fb66.zip | |
Archaeological files: better check for numeric_reference
Diffstat (limited to 'archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html')
| -rw-r--r-- | archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html b/archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html index 120b6f9ab..841b64847 100644 --- a/archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html +++ b/archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html @@ -5,7 +5,7 @@ <div class='form'> {{ wizard.form.media }} {{ wizard.management_form }} - +{{wizard.form.errors}} <table> <tr class='required'> @@ -36,7 +36,7 @@ <td><input type='radio' name='state' value='open' id='state-open'/> <label for='state-open'>Dossier actif</label></td> </tr> <tr> - <td><input type='radio' name='state' value='closed' id='state-closed'/> <label for='state-closed'>Dossier clos / date de clôture</label> : {{wizard.form.end_date|safe}}</td> + <td>{{wizard.form.end_date.errors}}<input type='radio' name='state' value='closed' id='state-closed'/> <label for='state-closed'>Dossier clos / date de clôture</label> : {{wizard.form.end_date|safe}}</td> </tr> <tr class='required'> |
