From 481e06f5a4d47809a5be4d294425757982654858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Wed, 21 Aug 2019 23:57:06 +0200 Subject: [PATCH] Disable big button when entries are disabled --- app/templates/main.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/app/templates/main.html b/app/templates/main.html index a26f674..495fcbd 100644 --- a/app/templates/main.html +++ b/app/templates/main.html @@ -3,7 +3,7 @@ {% extends 'base.html' %} {% block title %}Warteliste{% endblock %} {% block content %} -Eintragen +
+{% endblock %} +{% block extrajs %} + {% endblock %} \ No newline at end of file