mirror of https://github.com/django/django.git
Fixed #34912 -- Fixed size of back links and bookmarklet help in admindocs pages.
This commit is contained in:
parent
21382e2743
commit
be8b25def4
|
@ -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.
|
||||
|
|
|
@ -73,6 +73,6 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<p class="small"><a href="{% url 'django-admindocs-models-index' %}">‹ {% translate 'Back to Model documentation' %}</a></p>
|
||||
<p><a href="{% url 'django-admindocs-models-index' %}">‹ {% translate 'Back to Model documentation' %}</a></p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -23,5 +23,5 @@
|
|||
{% endfor %}
|
||||
</ol>
|
||||
|
||||
<p class="small"><a href="{% url 'django-admindocs-docroot' %}">‹ {% translate 'Back to Documentation' %}</a></p>
|
||||
<p><a href="{% url 'django-admindocs-docroot' %}">‹ {% translate 'Back to Documentation' %}</a></p>
|
||||
{% endblock %}
|
||||
|
|
|
@ -29,5 +29,5 @@
|
|||
<p>{{ meta.Templates }}</p>
|
||||
{% endif %}
|
||||
|
||||
<p class="small"><a href="{% url 'django-admindocs-views-index' %}">‹ {% translate 'Back to View documentation' %}</a></p>
|
||||
<p><a href="{% url 'django-admindocs-views-index' %}">‹ {% translate 'Back to View documentation' %}</a></p>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue