[UPDT] BACKUP: Updated settings.html file by include url for gdrive backup

This commit is contained in:
Horilla
2025-02-28 11:12:57 +05:30
parent bca4cf5dc0
commit 0a5dde29c1
2 changed files with 2 additions and 1 deletions

View File

@@ -151,6 +151,7 @@ sidebar_urls = [
"user-accessibility",
"asset-batch-view",
"task-all",
"gdrive",
]
remove_urls = [
"feedback-detailed-view",

View File

@@ -133,7 +133,7 @@
{% if perms.horilla_backup.view_googledrivebackup %}
<a
id="date"
{% comment %} href="{% url 'gdrive' %}" {% endcomment %}
href="{% url 'gdrive' %}"
class="oh-inner-sidebar__link oh-dropdown__link"
>{% trans "Gdrive Backup" %}</a
>