Merge lp:~raj-abhilash1/postorius/bug1307630 into lp:postorius

Proposed by Abhilash Raj
Status: Merged
Merged at revision: 164
Proposed branch: lp:~raj-abhilash1/postorius/bug1307630
Merge into: lp:postorius
Diff against target: 12 lines (+1/-1)
1 file modified
src/postorius/templates/postorius/lists/settings.html (+1/-1)
To merge this branch: bzr merge lp:~raj-abhilash1/postorius/bug1307630
Reviewer Review Type Date Requested Status
Terri Pending
Review via email: mp+215752@code.launchpad.net

Description of the change

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/postorius/templates/postorius/lists/settings.html'
2--- src/postorius/templates/postorius/lists/settings.html 2013-05-31 02:21:03 +0000
3+++ src/postorius/templates/postorius/lists/settings.html 2014-04-14 20:00:20 +0000
4@@ -19,7 +19,7 @@
5 {% for field in form %}
6 <tr><td>
7 {{ field.errors }}
8- {{ field.label_tag }}: <br />
9+ {{ field.label_tag }} <br />
10 [<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 }}
11 </span></span>]
12 </td><td>{{ field }}</td></tr>

Subscribers

People subscribed via source and target branches