mirror of
https://github.com/django/django.git
synced 2024-11-21 19:09:18 +01:00
support for section without link
This commit is contained in:
parent
d74c599da6
commit
fc169b9df5
@ -8,7 +8,7 @@
|
||||
{% if app.app_url %}
|
||||
<a href="{{ app.app_url }}" class="section" title="{% blocktranslate with name=app.name %}Models in the {{ name }} application{% endblocktranslate %}">{{ app.name }}</a>
|
||||
{% else %}
|
||||
{{ app.name }}
|
||||
<span class="section">{{ app.name }}</span>
|
||||
{% endif %}
|
||||
</caption>
|
||||
{% for model in app.models %}
|
||||
|
Loading…
Reference in New Issue
Block a user