pytask/templates/profile/edit.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 17 Jan 2011 02:53:11 +0530
changeset 435 1217d808d70f
parent 307 c6bca38c1cbf
child 480 d0325456f266
permissions -rw-r--r--
Use the new forms tags and fix the styling.

{% extends "base.html" %}

{% load form_helpers %}

{% block content %}
  {% as_div_form form "Edit Profile Form" csrf_token "Update" %}
{% endblock %}