~coolyashish/postorius/mass_unsubscribe

« back to all changes in this revision

Viewing changes to src/postorius/templates/postorius/lists/settings.html

Fix untranslatable template strings. Contributed by Sumana Harihareswara (LP: 1157947).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
            <tr><td>
21
21
                {{ field.errors }}
22
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">{% trans "More info" %}</a><span>{{ field.help_text }}
24
24
                </span></span>]
25
25
            </td><td>{{ field }}</td></tr>
26
26
        {% endfor %}
27
27
        <tr><td colspan="2">
28
 
                 <button class="btn btn-primary" type="submit">{%trans "Save changes" %}</button>
 
28
                 <button class="btn btn-primary" type="submit">{% trans "Save changes" %}</button>
29
29
        </td></tr>
30
30
        </form>
31
31
        </table>