GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Commit Graphs
Network
Fork
: 0
kalle
/
postorius
Browse code
making messages in user_subscription_preferences.html translatable
master
1 parent
c1cb544
commit
73e49b1e8b3b45cc4ed02964ffc7a476ac56f809
Sumana Harihareswara
authored
on 9 Jan 2015
Patch
Unified
Split
Showing
1 changed file
+2
-2
■
■
■
■
■
src/postorius/templates/postorius/user_subscription_preferences.html
Ignore Space
Show notes
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
>
Show line notes below