Fixed bug #1307630
1 parent 6350a15 commit ae8de26792abfc0c89ace5920f7e1a122e321d0c
@Abhilash Raj raj.abhilash1@gmail.com Abhilash Raj raj.abhilash1@gmail.com authored on 14 Apr 2014
Showing 1 changed file
View
2
■■■
src/postorius/templates/postorius/lists/settings.html
<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 %}