1
0
mirror of https://github.com/django/django.git synced 2025-03-09 00:42:40 +00:00

[5.0.x] Fixed #34912 -- Fixed size of back links and bookmarklet help in admindocs pages.

Backport of be8b25def45bda2e9d1b63e67a80362832bcf45d from main
This commit is contained in:
Chris Frisina 2023-10-19 16:02:34 -04:00 committed by Mariusz Felisiak
parent bba963df50
commit 26dddf3752
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
{% block content %}
<p class="help">{% blocktranslate trimmed %}
<p class="quiet">{% blocktranslate trimmed %}
To install bookmarklets, drag the link to your bookmarks toolbar, or right-click
the link and add it to your bookmarks. Now you can select the bookmarklet
from any page in the site.

View File

@ -73,6 +73,6 @@
</div>
{% endif %}
<p class="small"><a href="{% url 'django-admindocs-models-index' %}">&lsaquo; {% translate 'Back to Model documentation' %}</a></p>
<p><a href="{% url 'django-admindocs-models-index' %}">&lsaquo; {% translate 'Back to Model documentation' %}</a></p>
</div>
{% endblock %}

View File

@ -23,5 +23,5 @@
{% endfor %}
</ol>
<p class="small"><a href="{% url 'django-admindocs-docroot' %}">&lsaquo; {% translate 'Back to Documentation' %}</a></p>
<p><a href="{% url 'django-admindocs-docroot' %}">&lsaquo; {% translate 'Back to Documentation' %}</a></p>
{% endblock %}

View File

@ -29,5 +29,5 @@
<p>{{ meta.Templates }}</p>
{% endif %}
<p class="small"><a href="{% url 'django-admindocs-views-index' %}">&lsaquo; {% translate 'Back to View documentation' %}</a></p>
<p><a href="{% url 'django-admindocs-views-index' %}">&lsaquo; {% translate 'Back to View documentation' %}</a></p>
{% endblock %}