From ac1c940fdcc6253370a2210566646c01e3d2d84f Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sat, 25 Apr 2020 22:47:10 +0200 Subject: [PATCH] Fix button --- templates/page_with_carousel_button.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/page_with_carousel_button.html b/templates/page_with_carousel_button.html index 867a914..91412cd 100644 --- a/templates/page_with_carousel_button.html +++ b/templates/page_with_carousel_button.html @@ -86,7 +86,7 @@ {% block template_content_footer %} <div class="button-wrapper"> - <button type="button" class="btn btn-default btn-lg product-button"> + <button type="button" class="btn btn-default btn-lg"> {% set button = page.button.split('|') %} <a href="{{ button[0] }}">{{ button[1] }}</a> </button> -- GitLab