~thomir-deactivatedaccount/sloecode/error-style

« back to all changes in this revision

Viewing changes to sloecode/templates/admin/person-update.html

  • Committer: Thomi Richards
  • Date: 2011-01-07 09:43:15 UTC
  • mfrom: (30.1.2 hacking)
  • Revision ID: thomir@gmail.com-20110107094315-5tmxlwz5o3y1t9j7
User information page now created. Needs fleshing out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
<h2>Update Person &quot;{{person.name}}&quot;</h2>
8
8
{% set mt = h.ModelTags(person) %}
9
 
{{h.form('/person/process_update/%d' % (person.id))}}
 
9
{{h.form('process_update/%d' % (person.id))}}
10
10
{{h.hidden('login', person.login)}}
11
11
<table>
12
12
  <tr>