/forum/templates/registration/password_reset_done.html
http://djforum.googlecode.com/ · HTML · 22 lines · 16 code · 6 blank · 0 comment · 0 complexity · 352b68a1f657081482df1f3d680e8eae MD5 · raw file
- {% extends "forum/base.html" %}
- {% load customfilters %}
-
- {% block title %}
- DjangoPower??
- {% endblock %}
-
- {% block content %}
- <table class="tablebg" width="100%" cellspacing="1">
-
- <tr>
- <th>Information</th>
- </tr>
- <tr>
- <td class="row1" align="center"><br /><p class="gen">???????<br />????email?????, ??????????<br /></p><br /></td>
- </tr>
- </table>
-
- <br clear="all" />
-
-
- {% endblock %}