diff --git a/VERSION b/VERSION
index 17e51c385ea382d4f2ef124b7032c1604845622d..d917d3e26adc9854b4569871e20111c38de2606f 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 a61affb77d6ca148bc89cec3d246897f7cf9124e..7051ee0515f03ff58c2191b7be11d00e8849d7d8 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>
+% }