mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 17:09:59 +03:00
Only insert funding <hr> if toc is present
This commit is contained in:
parent
1feb26739c
commit
fbf5841189
|
@ -102,7 +102,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<div class="promo">
|
<div class="promo">
|
||||||
<hr/>
|
{% if page.toc %}<hr/>{% endif %}
|
||||||
<div id="sidebarInclude">
|
<div id="sidebarInclude">
|
||||||
</div>
|
</div>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user