From a4717724853ce92888c8aa6c082a25428e00720b Mon Sep 17 00:00:00 2001 From: romangraef Date: Fri, 1 Jun 2018 11:07:02 +0200 Subject: added editing abilities --- templates/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 8d51f29..99a419b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,6 +8,7 @@ {% block title %}{{ title }}{% endblock %} +
-- cgit