| |
---|
| | <form class="well" action="{% url 'list_settings' fqdn_listname=list.fqdn_listname visible_section=visible_section visible_option=visible_option %}" method="post" class="list_settings"> {% csrf_token %} |
---|
| | {% for field in form %} |
---|
| | <tr><td> |
---|
| | {{ field.errors }} |
---|
| | {{ field.label_tag }}: <br /> |
---|
| | {{ field.label_tag }} <br /> |
---|
| | [<span class="more_info"><a href="{% url 'more_info_tab' formid='list_settings' helpid=field.name %}" target="_blank">More info</a><span>{{ field.help_text }} |
---|
| | </span></span>] |
---|
| | </td><td>{{ field }}</td></tr> |
---|
| | {% endfor %} |
---|
| |
---|
| | |