summaryrefslogtreecommitdiffstats
path: root/templates/general_form.html
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2009-08-10 15:47:02 -0400
committerDusty Phillips <buchuki@gmail.com>2009-08-10 15:47:02 -0400
commit0d2560fa55689d920bc7431fae3f2995bd1b0d71 (patch)
tree98db0e069181ba75133ab7340732d3f9b0e592f3 /templates/general_form.html
parentc3ecb485ae3eca5ba6dca96a22615dc11c6df7ee (diff)
downloadarchweb-0d2560fa55689d920bc7431fae3f2995bd1b0d71.tar.gz
archweb-0d2560fa55689d920bc7431fae3f2995bd1b0d71.zip
Add a page to aid Aaron in user creation.
Diffstat (limited to 'templates/general_form.html')
-rw-r--r--templates/general_form.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/general_form.html b/templates/general_form.html
index 4c174817..776f3672 100644
--- a/templates/general_form.html
+++ b/templates/general_form.html
@@ -3,6 +3,7 @@
{% block content %}
<div class="greybox">
<h2 class="title">{{title}}</h2>
+ {% if description %}{{description}}{% endif %}
<form method="post" action=".">
<table>
{% for field in form %}