diff --git a/templates/settings.html b/templates/settings.html index 1968c51e4..082d2c265 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -120,14 +120,17 @@ > {% else %} + {% url 'outlook_view_records' as outlook_url %} + {% if outlook_url %}
{% trans "Outlook Mail" %}
+ {% endif %} {% endif %}
{% if perms.horilla_backup.view_googledrivebackup %} @@ -641,3 +644,4 @@ {% endif %} {% endblock content %} +