We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462ecec commit a8f13c0Copy full SHA for a8f13c0
djangoproject/templates/homepage.html
@@ -112,7 +112,9 @@ <h1>{% translate "Stay in the loop" %}</h1>
112
{% block content-related %}
113
<div role="complementary">
114
<a href="{% url 'download' %}" class="cta">
115
- Download <em>latest release:" %} {{ DJANGO_VERSION }}</em>
+ {% blocktranslate trimmed %}
116
+ Download <em>latest release: {{ DJANGO_VERSION }}</em>
117
+ {% endblocktranslate %}
118
</a>
119
<a href="{% block doc_url %}{% url 'homepage' host 'docs' %}{% endblock %}" class="link-readmore">{% translate "Django documentation" %}</a>
120
0 commit comments