author | Parth buch <parth.buch.115@gmail.com> |
Thu, 24 Nov 2011 17:18:14 +0530 | |
branch | 2011 |
changeset 454 | 2d3479837338 |
parent 123 | d4799b7159e4 |
permissions | -rw-r--r-- |
{% extends "base.html" %} {% block title %}Edit Your Profile{% endblock %} {% block content %} <h1>Edit Your Profile</h1> <form action="{% url scipycon_edit_profile params.scope %}" enctype="multipart/form-data" method="post"> <fieldset> <legend>Edit Profile</legend> <table class="scipycon-default"> {{ form }} </table> <input type="hidden" name="action" value="email" /> <input class="button left" type="submit" value="Save Changes" /> </fieldset> </form> {% endblock %}