Skip to content

Commit

Permalink
Fix translation tags
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Apr 11, 2024
1 parent 38e7ef4 commit 1dfca0e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions dc_utils/templates/dc_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<a class="ds-logo" href="/">
<img src="{% static 'images/logo_icon.svg' %}" alt="{{ SITE_TITLE }}" width="72">
<span>{{ SITE_TITLE }}{% block language_code %}{% endblock language_code %}</span>

</a>
{% block site_menu %}{% endblock site_menu %}
</header>
Expand Down Expand Up @@ -67,13 +66,11 @@

</a>
{% now "Y" as current_year %}
<p>{% blocktrans trimmed %}Copyright &copy; {{ current_year }}{% endblocktrans %}</p>
<p>{% trans "Copyright"%} &copy;{{ current_year }}</p>
<p>{% trans "Democracy Club Community Interest Company" %}</p>
<p>{% blocktrans trimmed %}Company No: <a href="https://beta.companieshouse.gov.uk/company/09461226">09461226</a>{% endblocktrans %}</p>
<p>{% trans "Company No: " %}<a href="https://beta.companieshouse.gov.uk/company/09461226">09461226</a></p>
<p class="ds-text-centered">
{% blocktrans trimmed %}
Building digital infrastructure for a 21st century democracy.
{% endblocktrans %}
{% trans "Building digital infrastructure for a 21st century democracy." %}
</p>
</div>
{% endblock footer_logo %}
Expand Down

0 comments on commit 1dfca0e

Please sign in to comment.