comparison gpp/templates/accounts/password_change.html @ 4:9a8801fa63d5

Got rid of the pseudo cancel buttons on various forms. Replaced them with cancel links.
author Brian Neal <bgneal@gmail.com>
date Sat, 11 Apr 2009 18:52:19 +0000
parents dbd703f7d63a
children 6a5549c2efb5
comparison
equal deleted inserted replaced
3:33f73b7bd305 4:9a8801fa63d5
4 <h2>Change Password</h2> 4 <h2>Change Password</h2>
5 <form method="post" action="."> 5 <form method="post" action=".">
6 <table> 6 <table>
7 {{ form.as_table }} 7 {{ form.as_table }}
8 <tr><td>&nbsp;</td><td><input type="submit" value="Change Password" /> 8 <tr><td>&nbsp;</td><td><input type="submit" value="Change Password" />
9 <input type="button" value="Cancel" onclick="history.back(); return true;" /></td></tr> 9 &nbsp;<a href="{% url bio-me %}">Cancel</a>
10 </td></tr>
10 </table> 11 </table>
11 </form> 12 </form>
12 {% endblock %} 13 {% endblock %}