styling fixes, progress on homepage
This commit is contained in:
parent
fbdb6e779f
commit
b95a3abca3
4 changed files with 31 additions and 2 deletions
|
|
@ -258,6 +258,7 @@
|
|||
</head>
|
||||
|
||||
<body {% if request.user.is_authenticated %}data-user="{{ request.user.id }}" data-useremail="{{ request.user.email }}"{% endif %}{% block body_extra_attributes %}{% endblock %}>
|
||||
<div style="overflow-x: hidden;">
|
||||
{% cms_toolbar %}
|
||||
{% block body_tag %}{% block body %}{% block main %}{% endblock %}{% endblock %}{% endblock %}
|
||||
{% block extra_footer %}{% endblock %}
|
||||
|
|
@ -359,5 +360,6 @@ Xe();
|
|||
{% render_block "js" %}
|
||||
|
||||
{% block below_scripts %}{% endblock %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue