From f321ae601228a39983eaa761ee44a48b84f901e5 Mon Sep 17 00:00:00 2001 From: xamgore <xamgore@ya.ru> Date: Mon, 6 Jun 2016 22:44:20 +0300 Subject: [PATCH] Change the order of columns on the sing-in page --- ~dev_rating/application/views/sign.twig | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/~dev_rating/application/views/sign.twig b/~dev_rating/application/views/sign.twig index ad0fe5093..072990775 100644 --- a/~dev_rating/application/views/sign.twig +++ b/~dev_rating/application/views/sign.twig @@ -53,6 +53,11 @@ <div class="main"> <div class="main_content sidePadding" style="overflow: hidden"> + <div class="AuthForm"> + <h2>{% block title %} {% endblock %}</h2> + {% block forms %} {% endblock %} + </div> + <div class="updates"> <div class="tabs"> {% for Title, Messages in Blocks %} @@ -77,11 +82,7 @@ {% endfor %} </div> </div> - - <div class="AuthForm"> - <h2>{% block title %} {% endblock %}</h2> - {% block forms %} {% endblock %} - </div> + </div> </div> <div class="footer"> -- GitLab