/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

  1. {% extends "forum/base.html" %}
  2. {% load customfilters %}
  3. {% block title %}
  4. DjangoPower??
  5. {% endblock %}
  6. {% block content %}
  7. <table class="tablebg" width="100%" cellspacing="1">
  8. <tr>
  9. <th>Information</th>
  10. </tr>
  11. <tr>
  12. <td class="row1" align="center"><br /><p class="gen">???????<br />?????????????????????<br /></p><br /></td>
  13. </tr>
  14. </table>
  15. <br clear="all" />
  16. {% endblock %}