Skip to content

Commit a8f13c0

Browse files
committed
Fixed #1747 -- fixed broken text on download button
The breakage was introduced in 9997c22 and missed during review.
1 parent 462ecec commit a8f13c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

djangoproject/templates/homepage.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ <h1>{% translate "Stay in the loop" %}</h1>
112112
{% block content-related %}
113113
<div role="complementary">
114114
<a href="{% url 'download' %}" class="cta">
115-
Download <em>latest release:" %} {{ DJANGO_VERSION }}</em>
115+
{% blocktranslate trimmed %}
116+
Download <em>latest release: {{ DJANGO_VERSION }}</em>
117+
{% endblocktranslate %}
116118
</a>
117119
<a href="{% block doc_url %}{% url 'homepage' host 'docs' %}{% endblock %}" class="link-readmore">{% translate "Django documentation" %}</a>
118120

0 commit comments

Comments
 (0)