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
=== modified file 'src/postorius/templates/postorius/lists/settings.html'
--- src/postorius/templates/postorius/lists/settings.html 2013-05-31 02:21:03 +0000
+++ src/postorius/templates/postorius/lists/settings.html 2014-04-14 20:00:20 +0000
@@ -19,7 +19,7 @@
19 {% for field in form %}19 {% for field in form %}
20 <tr><td>20 <tr><td>
21 {{ field.errors }}21 {{ field.errors }}
22 {{ field.label_tag }}: <br />22 {{ field.label_tag }} <br />
23 [<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 }}23 [<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 }}
24 </span></span>]24 </span></span>]
25 </td><td>{{ field }}</td></tr>25 </td><td>{{ field }}</td></tr>

Subscribers

People subscribed via source and target branches