/forum/templates/registration/password_reset_complete.html
http://djforum.googlecode.com/ · HTML · 22 lines · 16 code · 6 blank · 0 comment · 0 complexity · ef78405011eefa34a57d69af3a96b6af 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 />?????????????????????<br /></p><br /></td>
- </tr>
- </table>
-
- <br clear="all" />
-
-
- {% endblock %}