author | Parth buch <parth.buch.115@gmail.com> |
Wed, 09 Nov 2011 16:39:54 +0530 | |
branch | 2011 |
changeset 444 | 3c612f342b99 |
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 %}