diff --git a/templates/user/site-settings.html b/templates/user/site-settings.html index 2d134f8..d7951a5 100644 --- a/templates/user/site-settings.html +++ b/templates/user/site-settings.html @@ -267,5 +267,37 @@ Save Snippet + +
+ + {% if roles.administrator %} +
+

Danger Zone

+

+ Be careful here. You can break the website and lose data. +

+
+ +

+ If you find Archive Entry thumbnails are no longer loading or + you're seeing '404' errors when clicking throught to an Archive + Entry, click the button below to re-sync. this website's + database with the 'Search Service' database. +

+ +
+
+ {% endif %} {% endblock %}