diff --git a/app/core/settings.py b/app/core/settings.py
index a45dfaa..289457e 100644
--- a/app/core/settings.py
+++ b/app/core/settings.py
@@ -166,7 +166,7 @@ LOGIN_REDIRECT_URL = "/"
LOGOUT_REDIRECT_URL = "/login/"
# Gramps integration
-GRAMPS_URL = os.environ.get("GRAMPS_URL", "http://grampsweb:80")
+GRAMPS_URL = os.environ.get("GRAMPS_URL", "http://grampsweb:5000")
GRAMPS_API_TOKEN = os.environ.get("GRAMPS_API_TOKEN", "")
GRAMPS_STIFTER_IDS = os.environ.get("GRAMPS_STIFTER_IDS", "") # comma-separated
GRAMPS_USERNAME = os.environ.get("GRAMPS_USERNAME", "")
diff --git a/app/templates/base.html b/app/templates/base.html
index d3e2fc5..668e50f 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -689,6 +689,10 @@
Geschichte
+
{% if perms.stiftung.access_administration %}