# HG changeset patch # User Sverre Rabbelier # Date 1229215863 0 # Node ID e6ab5b0c2fda76de8e5229affd0d616d701111b6 # Parent 3e34b45cafcc9095f9ae7f644f2d9f2b670766f6 Have user/edit.html use the as_table tag as well Patch by: Sverre Rabbelier diff -r 3e34b45cafcc -r e6ab5b0c2fda app/soc/templates/soc/user/edit.html --- a/app/soc/templates/soc/user/edit.html Sun Dec 14 00:50:49 2008 +0000 +++ b/app/soc/templates/soc/user/edit.html Sun Dec 14 00:51:03 2008 +0000 @@ -12,6 +12,7 @@ See the License for the specific language governing permissions and limitations under the License. {% endcomment %} +{% load forms_helpers %} {% block scripts %} @@ -34,7 +35,7 @@

- {{ form.as_table }} + {% as_table form %} {% if entity.former_accounts %}
Former Accounts: