mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-21 19:03:11 +00:00
fix: 🚸 Move user menu back to the right side of the screen (Fix #306)
This commit is contained in:
parent
012505fe08
commit
750bb7dd1b
1 changed files with 8 additions and 7 deletions
|
@ -82,18 +82,19 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
<div class="container-fluid text-center content">
|
||||
<div class="row content">
|
||||
<div class="col-sm-2 sidenav-left pt4">
|
||||
{% include 'sidebar.html' %}
|
||||
|
||||
{% block sidebar %}
|
||||
{% endblock %}
|
||||
<div class="col-lg-2 pt4">
|
||||
</div>
|
||||
<div class="col-sm-offset-2 col-sm-10 col-lg-8 text-left pt4">
|
||||
<div class="col-sm-10 col-lg-8 text-left pt4">
|
||||
{# Display django.contrib.messages as Bootstrap alerts #}
|
||||
{% bootstrap_messages %}
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
<div class="col-lg-2 pt4">
|
||||
|
||||
<div class="col-sm-2 sidenav-right pt4">
|
||||
{% include 'sidebar.html' %}
|
||||
|
||||
{% block sidebar %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue