fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update ESEM forms + disable inactive forms
[edumed.git]
/
contact
/
templates
/
contact
/
form.html
diff --git
a/contact/templates/contact/form.html
b/contact/templates/contact/form.html
index
d27c871
..
baea199
100644
(file)
--- a/
contact/templates/contact/form.html
+++ b/
contact/templates/contact/form.html
@@
-23,6
+23,7
@@
<tr><td></td><td><button>{% block contact_form_submit %}{{ form.submit_label }}{% endblock %}</button></td></tr>
</table>
{% endblock %}
+ <div class="form-footer">{% chunk "contact_form_footer__"|add:form.form_tag %}</div>
</form>
{% endblock %}