| author | gibus |
| Mon, 21 May 2012 16:50:42 +0200 | |
| changeset 439 | 8994d24e4b2f |
| parent 438 | fcc5e2f0befd |
| permissions | -rw-r--r-- |
| 0 | 1 |
{% extends "site/layout/base_text.html" %} |
2 |
{% load i18n %} |
|
3 |
{% load com %} |
|
4 |
||
5 |
{% block main %} |
|
6 |
||
7 |
<script type="text/javascript"> |
|
8 |
<!-- |
|
9 |
tb_conf['current_tab'] = 'settings'; |
|
10 |
--> |
|
11 |
</script> |
|
12 |
||
13 |
<div id="text_settings" class="tab-meta"> |
|
|
439
8994d24e4b2f
Reverts to changeset 435, and just add {% csrf_token %} to template forgot_pw.html, since CSRF protection seems to be only here (surely because of django.contrib.auth.views).
gibus
parents:
438
diff
changeset
|
14 |
<form id="settings_form" class="text-form wizard-form" action="." method="post"> |
| 0 | 15 |
<table class="wide_form"> |
16 |
<tbody> |
|
17 |
{% include "site/macros/form_fields.html" %} |
|
18 |
<tr> |
|
19 |
<td style="vertical-align: top; width: 20%; text-align:right;"> |
|
20 |
</td> |
|
21 |
<td> |
|
22 |
<label></label> |
|
23 |
<input name="save" id="save" type="submit" value="{% blocktrans %}Save{% endblocktrans %}"/> |
|
24 |
</td> |
|
25 |
</tr> |
|
26 |
</tbody> |
|
27 |
</table> |
|
28 |
</form> |
|
29 |
||
30 |
</div> |
|
31 |
||
32 |
{% endblock %} |