From 5ebe568fb0d7e65098bcc4ac4c554a477c575e60 Mon Sep 17 00:00:00 2001 From: Viyurz Date: Tue, 9 Jul 2024 10:39:58 +0200 Subject: [PATCH] Add spam trap --- templates/_base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/_base.html b/templates/_base.html index a47e482..afc9bf0 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -23,6 +23,7 @@ + {% include "_navbar" %}
{% block main %}{% endblock %}