~coolyashish/postorius/mass_unsubscribe

« back to all changes in this revision

Viewing changes to src/postorius/templates/postorius/site_settings.html

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
{% block main %}
5
5
    {% include 'postorius/menu/settings_nav.html' %}
6
 
    <h1>General Settings</h1>
 
6
    <h1>{% trans "General Settings" %}</h1>
7
7
{% endblock main %}