From e6adced39d08e2719fb000f5ce5fa89f395547fc Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 3 May 2021 21:21:28 +0100 Subject: [PATCH] removed menu link to edit database object directly --- templates/base.html | 2 -- templates/expedition.html | 2 -- templates/logbookentry.html | 2 -- templates/person.html | 3 --- templates/qm.html | 5 ----- 5 files changed, 14 deletions(-) diff --git a/templates/base.html b/templates/base.html index 38f5266..a1e9f6b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,9 +22,7 @@ {% if user.person %}({{ user.person }}){% endif %} | Log out {% else %} Log in {% endif %} {% endblock%} - {% block editLink %} - {% endblock %}