Changeset 403
- Timestamp:
- 09/22/08 20:51:14 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/dm/django/templates/registry/update.html
r355 r403 5 5 {% block content %} 6 6 {% block contentheading %}<h2>Update {{domainClassName}}</h2>{% endblock %} 7 <p>Please update the details as required. Make sure that all the fields marked with a <strong class="fieldset">*</strong> are filled in.</p>8 7 {% if form.has_errors %} 9 8 <div class="form-errors"> … … 15 14 {% endif %} 16 15 <form action="." method="post"> 17 Please check the details and 18 <input type="submit" name="submission" value="Submit" /><br /><br /> 16 <input type="submit" name="submission" value="Submit »" /><br /><br /> 19 17 <fieldset> 20 18 <legend> … … 40 38 Please check the details and 41 39 <input type="submit" name="submission" value="Submit" /> 40 <br /> 41 <br /> 42 Make sure that all the fields marked with a <strong class="fieldset">*</strong> are filled in. 43 42 44 </form> 45 43 46 44 47 {% block update_form_after %}{% endblock %}
