mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
feat(python): control access to forgotten page using config variable
This commit is contained in:
@ -120,9 +120,11 @@
|
||||
<img src="{% static "images/home.svg" %}" alt="Home"/>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="forgotten">Forgotten files</a>
|
||||
</li>
|
||||
{% if enableForgotten %}
|
||||
<li>
|
||||
<a href="forgotten">Forgotten files</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
</menu>
|
||||
{% if files %}
|
||||
<div id="portal-info" style="display: none">
|
||||
|
||||
Reference in New Issue
Block a user