forked from MarseyWorld/MarseyWorld
sneed
parent
a84a621ede
commit
fd912c3b2b
|
@ -1051,7 +1051,7 @@
|
||||||
{% block postNav %}
|
{% block postNav %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<div class="container {% if request.path in ['notifications', 'leaderboard'] %} ntr {%endif %}">
|
<div class="container {% if request.path in ['/notifications', '/leaderboard'] %} ntr {%endif %}">
|
||||||
<div class="row justify-content-around" id="main-content-row">
|
<div class="row justify-content-around" id="main-content-row">
|
||||||
|
|
||||||
<div class="col h-100 {% block customPadding %}{% if not '/message' in request.path %}custom-gutters{% endif %}{% endblock %}" id="main-content-col">
|
<div class="col h-100 {% block customPadding %}{% if not '/message' in request.path %}custom-gutters{% endif %}{% endblock %}" id="main-content-col">
|
||||||
|
|
Loading…
Reference in New Issue