~pidgeon690/pidge-groups/trunk

« back to all changes in this revision

Viewing changes to Apps/Users/templates/users-account

  • Committer: Fergus Ross Ferrier
  • Date: 2009-05-25 22:10:29 UTC
  • mfrom: (273.2.4 refactor+user)
  • Revision ID: hello@fergusrossferrier.co.uk-20090525221029-gqdycg3rfhxujqpz
Merged user-refactor fun.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends "base" %}
2
 
{% block title %}Your Account{% endblock %}
3
 
{% block content %}
4
 
<br/><br/>
5
 
<div class='mp-box' style=''>
6
 
 
7
 
<div style='width: 200px; padding-top: 0px; margin-left: 0 auto;' id='mp-linkbox'><ul style='width:200px;'>
8
 
<li onClick='window.location=this.getElementsByTagName("a")[0].href;'>
9
 
    <img src='/images/password.png'> <a href='{% url Users.views.ChangePassword %}'>Change Password</a></li>
10
 
<li onClick='window.location=this.getElementsByTagName("a")[0].href;'>
11
 
    <img src='/images/arrow.png'> <a href='{% url Users.views.ChangeDetails %}'>Change Name or E-Mail Address</a></li>
12
 
</ul></div>
13
 
<div style='clear:both;'></div>
14
 
</div>
15
 
 
16
 
{% endblock %}