diff --git a/integreat_cms/cms/templates/_base.html b/integreat_cms/cms/templates/_base.html index 9ab85522f7..e13a869710 100644 --- a/integreat_cms/cms/templates/_base.html +++ b/integreat_cms/cms/templates/_base.html @@ -269,6 +269,13 @@ {% translate "Admin Dashboard" %} + {% if perms.cms.view_broken_links %} + + + {% translate "Broken Links" %} + + {% endif %} {% if perms.cms.view_region %} diff --git a/integreat_cms/cms/templates/linkcheck/link_list_row.html b/integreat_cms/cms/templates/linkcheck/link_list_row.html index 256038cf54..a40d8e6faa 100644 --- a/integreat_cms/cms/templates/linkcheck/link_list_row.html +++ b/integreat_cms/cms/templates/linkcheck/link_list_row.html @@ -100,8 +100,8 @@ {{ url.region_links|length }} - @@ -112,7 +112,7 @@
{% render_field edit_url_form.url|add_error_class:"border-red-500" type="url" form="edit-url-form" %} - {% translate "Cancel" %}