making messages in user_subscription_preferences.html translatable
1 parent c1cb544 commit 73e49b1e8b3b45cc4ed02964ffc7a476ac56f809
@Sumana Harihareswara Sumana Harihareswara authored on 9 Jan 2015
Showing 1 changed file
View
4
src/postorius/templates/postorius/user_subscription_preferences.html
{% for form,subscription in zipped_data %}
{% if forloop.first %}
<thead>
<tr>
<th> Subscription </th>
<th> {% trans 'Subscription' %} </th>
{% for field in form.visible_fields %}
<th>{{field.label}} <p><span class="more_info">[<a href="#" target="_blank">More info</a><span>{{ field.help_text }}
<th>{{field.label}} <p><span class="more_info">[<a href="#" target="_blank">{% trans 'More info' %}</a><span>{{ field.help_text }}
</span>]</span></p></th>
{% endfor %}
</tr >
</thead >