diff options
author | Dusty Phillips <buchuki@gmail.com> | 2009-08-10 15:47:02 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2009-08-10 15:47:02 -0400 |
commit | 0d2560fa55689d920bc7431fae3f2995bd1b0d71 (patch) | |
tree | 98db0e069181ba75133ab7340732d3f9b0e592f3 /templates/general_form.html | |
parent | c3ecb485ae3eca5ba6dca96a22615dc11c6df7ee (diff) |
Add a page to aid Aaron in user creation.
Diffstat (limited to 'templates/general_form.html')
-rw-r--r-- | templates/general_form.html | 1 |
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 %} |