cleaning up user change form

pull/1/head
eric 2011-11-18 17:57:36 -05:00
parent bb4bf65a9d
commit d73304e1a6
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{% extends "registration/registration_base.html" %}
{% block title %}Change password{% endblock %}
{% block content %}
{{ request.user.password }}
<form method='post' action=''>{% csrf_token %}
<table>
{{ form }}

View File

@ -1 +1 @@
{% extends "base.html" %}
{% extends "basedocumentation.html" %}

View File

@ -12,7 +12,7 @@
{{ form.as_p }}
<input type="submit" name="submit" value="Change" id="submit">
</form>
<p><a href="/profiles/edit/">Edit Your Profile</a></p>
<p><a href="/accounts/password/change/">Change your password</a></p>
</div>
{% endblock %}