Changeset 403

Show
Ignore:
Timestamp:
09/22/08 20:51:14 (4 months ago)
Author:
johnbywater
Message:

Some minor template improvements.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/dm/django/templates/registry/update.html

    r355 r403  
    55{% block content %} 
    66{% 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> 
    87{% if form.has_errors %} 
    98<div class="form-errors"> 
     
    1514{% endif %} 
    1615<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 &raquo;" /><br /><br /> 
    1917  <fieldset> 
    2018    <legend> 
     
    4038  Please check the details and 
    4139  <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 
    4244</form> 
     45 
    4346 
    4447{% block update_form_after %}{% endblock %}