Skip to content
Snippets Groups Projects
Commit f321ae60 authored by xamgore's avatar xamgore
Browse files

Change the order of columns on the sing-in page

parent c9d2e0f2
Branches
Tags
No related merge requests found
...@@ -53,6 +53,11 @@ ...@@ -53,6 +53,11 @@
<div class="main"> <div class="main">
<div class="main_content sidePadding" style="overflow: hidden"> <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="updates">
<div class="tabs"> <div class="tabs">
{% for Title, Messages in Blocks %} {% for Title, Messages in Blocks %}
...@@ -77,11 +82,7 @@ ...@@ -77,11 +82,7 @@
{% endfor %} {% endfor %}
</div> </div>
</div> </div>
<div class="AuthForm">
<h2>{% block title %} {% endblock %}</h2>
{% block forms %} {% endblock %}
</div>
</div> </div>
</div> </div>
<div class="footer"> <div class="footer">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment