From 3689b975df76214febc2395ca2d1625fb52e196e Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Thu, 16 Apr 2020 15:56:51 +0200 Subject: [PATCH] Add missing newline --- templates/page_with_carousel_button.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/page_with_carousel_button.html b/templates/page_with_carousel_button.html index 6b468e8..867a914 100644 --- a/templates/page_with_carousel_button.html +++ b/templates/page_with_carousel_button.html @@ -91,4 +91,5 @@ <a href="{{ button[0] }}">{{ button[1] }}</a> </button> </div> + {% endblock %} -- GitLab