comparison gpp/templates/bio/avatar.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
16 image is square. 16 image is square.
17 </p> 17 </p>
18 <form enctype="multipart/form-data" method="POST" action="."> 18 <form enctype="multipart/form-data" method="POST" action=".">
19 {{ form.as_p }} 19 {{ form.as_p }}
20 <input type="submit" value="Update Avatar" /> 20 <input type="submit" value="Update Avatar" />
21 <input type="button" value="Cancel" onclick="history.back(); return true;" /> 21 &nbsp;<a href="{% url bio-me %}">Cancel</a>
22 </form> 22 </form>
23 {% endblock %} 23 {% endblock %}