# HG changeset patch # User James Levy # Date 1243211144 -7200 # Node ID f50455c4cdcb6b8cbee10af3c6d18fe66c9bca3a # Parent f835e39b4dbcdf92d8a5038f67e9f232d5ec99e0 Add a supplemantal block to the edit form diff -r f835e39b4dbc -r f50455c4cdcb app/soc/templates/soc/models/edit.html --- a/app/soc/templates/soc/models/edit.html Mon May 25 02:23:42 2009 +0200 +++ b/app/soc/templates/soc/models/edit.html Mon May 25 02:25:44 2009 +0200 @@ -92,4 +92,10 @@

+ +{% if supplemental %} +{{ supplemental|safe }} +{% endif %} + + {% endblock %}