Changeset 744
- Timestamp:
- 09/10/05 23:26:48 (8 years ago)
- Location:
- trunk/wifidog-auth/wifidog/templates
- Files:
-
- 3 modified
-
lost_password.html (modified) (2 diffs)
-
lost_username.html (modified) (2 diffs)
-
resend_validation.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/templates/lost_password.html
r567 r744 1 <div id="form">2 <h3>{"Lost password"|_}</h3>1 <fieldset class="pretty_fieldset"> 2 <legend>{"Lost password"|_}</legend> 3 3 4 4 <form name="form" method="post"> … … 22 22 </form> 23 23 24 </div>24 </fieldset> 25 25 26 26 <div id="help"> -
trunk/wifidog-auth/wifidog/templates/lost_username.html
r567 r744 1 2 <div id="form"> 3 <h3>{"Lost username"|_}</h3> 1 <fieldset class="pretty_fieldset"> 2 <legend>{"Lost username"|_}</legend> 4 3 5 4 <form name="form" method="post"> … … 19 18 </form> 20 19 21 </div>20 </fieldset> 22 21 23 22 <div id="help"> -
trunk/wifidog-auth/wifidog/templates/resend_validation.html
r567 r744 1 <div id="form">2 <h3>{"Re-send validation email"|_}</h3>1 <fieldset class="pretty_fieldset"> 2 <legend>{"Re-send validation email"|_}</legend> 3 3 4 4 <form name="form"> … … 17 17 </table> 18 18 </form> 19 20 </div> 19 </fieldset> 21 20 22 21 <div id="help">
