Skip to content

Commit

Permalink
Fixed #1747 -- fixed broken text on download button
Browse files Browse the repository at this point in the history
The breakage was introduced in 9997c22
and missed during review.
  • Loading branch information
bmispelon committed Nov 18, 2024
1 parent 462ecec commit a8f13c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion djangoproject/templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ <h1>{% translate "Stay in the loop" %}</h1>
{% block content-related %}
<div role="complementary">
<a href="{% url 'download' %}" class="cta">
Download <em>latest release:" %} {{ DJANGO_VERSION }}</em>
{% blocktranslate trimmed %}
Download <em>latest release: {{ DJANGO_VERSION }}</em>
{% endblocktranslate %}
</a>
<a href="{% block doc_url %}{% url 'homepage' host 'docs' %}{% endblock %}" class="link-readmore">{% translate "Django documentation" %}</a>

Expand Down

0 comments on commit a8f13c0

Please sign in to comment.