Update templates/base.html

This commit is contained in:
Egor Matveev 2022-03-31 13:56:08 +00:00
parent 0f850e3cdc
commit fb4bb1ece2

View File

@ -92,10 +92,10 @@
{% block scripts %}{% endblock %}
</script>
</head>
<body onload="{% block onload %}{% endblock %}">
<body onload="{% block onload %}{% endblock %}" style="background-color: white;">
<div class="main_div">
{% block body %}
{% endblock %}
</div>
</body>
</html>
</html>