Add a supplemantal block to the edit form
authorJames Levy <jamesalexanderlevy@gmail.com>
Mon, 25 May 2009 02:25:44 +0200
changeset 2341 f50455c4cdcb
parent 2340 f835e39b4dbc
child 2342 c2aaf9a7b285
Add a supplemantal block to the edit form
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 @@
  </table>
 </form>
 </p>
+
+{% if supplemental %}
+{{ supplemental|safe }}
+{% endif %}
+
+
 {% endblock %}