~thomir-deactivatedaccount/sloecode/error-style

« back to all changes in this revision

Viewing changes to sloecode/templates/admin/project-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 Project &quot;{{project.name}}&quot;</h2>
8
8
{% set mt = h.ModelTags(project) %}
9
 
{{h.form('/project/process_update/%d' % (project.id))}}
 
9
{{h.form('process_update/%d' % (project.id))}}
10
10
<table>
11
11
    <td>Project Description:</td>
12
12
    <td>{{ mt.textarea('description') }}</td>