add fake user management

This commit is contained in:
Anthony Young
2011-06-19 00:41:07 -07:00
parent 2c1ed806c8
commit cf15c32b30
3 changed files with 6 additions and 6 deletions

View File

@@ -6,5 +6,5 @@
{{ field.errors }}
{{ field }}
{% endfor %}
<input type="submit" value="Create User" class="large-rounded" />
<input type="submit" value="Submit" class="large-rounded" />
</form>

View File

@@ -20,9 +20,8 @@
<div class="main_content">
<div class="dash_block wide form">
<div class='title_block'>
<h3>Create User</h3>
<h3>Update User</h3>
</div>
FIXME!!! this doesn't work correctly
{% include '_user_form.html' %}