Skip to content

Commit

Permalink
Merge pull request #68 from DemocracyClub/hotfix/translations
Browse files Browse the repository at this point in the history
Add missing translations
  • Loading branch information
VirginiaDooley authored Apr 5, 2024
2 parents ea3ef8f + d01eb94 commit ff948ea
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions dc_utils/templates/dc_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<header class="ds-header">
<a class="ds-logo" href="/">
<img src="{% static 'images/logo_icon.svg' %}" alt="{{ SITE_TITLE }}" width="72">
<span>{{ SITE_TITLE }}</span>
{% block language_code %}{% endblock language_code %}
<span>{{ SITE_TITLE }}{% block language_code %}{% endblock language_code %}</span>

</a>
{% block site_menu %}{% endblock site_menu %}
</header>
Expand Down Expand Up @@ -51,18 +51,18 @@
{% block mailing_list %}
<div class="ds-dark">
<a class="ds-cta ds-cta-blue" href="https://mailinglist.democracyclub.org.uk/subscription/form">
Join our mailing list
{% trans "Join our mailing list" %}
</a>
</div>
{% endblock mailing_list %}
{% block footer_menu %}
{% endblock footer_menu %}
{% block footer_logo %}
<div class="ds-copyright">
<a class="ds-logo" href="/">
<a class="ds-logo" href="https://democracyclub.org.uk/">
<img src="{% static 'images/logo_icon.svg' %}" width="72" alt="Democracy Club" />
<span class="ds-text-left">
democracy<br>club
{% trans "democracy"%}<br>{% trans "club" %}
</span>

</a>
Expand All @@ -72,8 +72,7 @@
<p>{% blocktrans trimmed %}Company No: <a href="https://beta.companieshouse.gov.uk/company/09461226">09461226</a>{% endblocktrans %}</p>
<p class="ds-text-centered">
{% blocktrans trimmed %}
Democracy Club is a UK-based Community Interest Company that builds
the digital infrastructure needed for a 21st century democracy
Building digital infrastructure for a 21st century democracy.
{% endblocktrans %}
</p>
</div>
Expand Down

0 comments on commit ff948ea

Please sign in to comment.