feat: finalize UI/UX
This commit is contained in:
+2
-2
@@ -13,7 +13,7 @@
|
||||
<link rel="stylesheet" href="{% static 'css/main.css' %}" />
|
||||
{% block extra_css %}{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
<body class="{% block body_class %}{% endblock %}">
|
||||
|
||||
{% include "partials/_navbar.html" %}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
|
||||
{% include "partials/_footer.html" %}
|
||||
{% block footer %}{% include "partials/_footer.html" %}{% endblock %}
|
||||
|
||||
<script src="{% static 'js/main.js' %}"></script>
|
||||
{% block extra_js %}{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user