/forum/templates/registration/password_reset_done.html
HTML | 22 lines | 16 code | 6 blank | 0 comment | 0 complexity | 352b68a1f657081482df1f3d680e8eae MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0
1{% extends "forum/base.html" %} 2{% load customfilters %} 3 4{% block title %} 5DjangoPower?? 6{% endblock %} 7 8{% block content %} 9<table class="tablebg" width="100%" cellspacing="1"> 10 11<tr> 12 <th>Information</th> 13</tr> 14<tr> 15 <td class="row1" align="center"><br /><p class="gen">???????<br />????email?????, ??????????<br /></p><br /></td> 16</tr> 17</table> 18 19<br clear="all" /> 20 21 22{% endblock %}