equal
deleted
inserted
replaced
9 tb_conf['current_tab'] = 'settings'; |
9 tb_conf['current_tab'] = 'settings'; |
10 --> |
10 --> |
11 </script> |
11 </script> |
12 |
12 |
13 <div id="text_settings" class="tab-meta"> |
13 <div id="text_settings" class="tab-meta"> |
14 <form id="settings_form" class="text-form wizard-form" action="." method="post"> |
14 <form id="settings_form" class="text-form wizard-form" action="." method="post">{% csrf_token %} |
15 <table class="wide_form"> |
15 <table class="wide_form"> |
16 <tbody> |
16 <tbody> |
17 {% include "site/macros/form_fields.html" %} |
17 {% include "site/macros/form_fields.html" %} |
18 <tr> |
18 <tr> |
19 <td style="vertical-align: top; width: 20%; text-align:right;"> |
19 <td style="vertical-align: top; width: 20%; text-align:right;"> |