From 398380dda5db4040b0d0610a834489f0225d5a6f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Wed, 15 Jun 2022 20:21:03 +0200
Subject: [PATCH] Bugfix

---
 VERSION                 | 2 +-
 templates/index.html.ep | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/VERSION b/VERSION
index 17e51c3..d917d3e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.1
+0.1.2
diff --git a/templates/index.html.ep b/templates/index.html.ep
index a61affb..7051ee0 100644
--- a/templates/index.html.ep
+++ b/templates/index.html.ep
@@ -17,5 +17,6 @@ Pro použiti Pirátského zkracovače musíte se přihliásit <strong><a href="<
 
 % if ( $c->is_user_authenticated ) {
 <div class="content-block">
-</div>
 %= include 'includes/form';
+</div>
+% }
-- 
GitLab