Mercurial > personas_backend
changeset 172:8745e7f5f865
Oops, the category field wasn't displaying on the create/edit persona view.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 14 Apr 2008 16:25:49 -0700 |
parents | 374186f05822 |
children | 65c14ecad14c |
files | personasbackend/personas/templates/personas/edit.html |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/personasbackend/personas/templates/personas/edit.html Fri Apr 11 11:22:36 2008 -0700 +++ b/personasbackend/personas/templates/personas/edit.html Mon Apr 14 16:25:49 2008 -0700 @@ -28,6 +28,10 @@ {% include "personas/form_row.html" %} {% endwith %} + {% with form.category as field %} + {% include "personas/form_row.html" %} + {% endwith %} + {% with form.description as field %} {% include "personas/form_row.html" %} {% endwith %}