Rename layout to base and clean up HTML

This commit is contained in:
Michał Gdula 2023-05-29 10:42:17 +00:00
parent d9714da918
commit 3c09fb494b
8 changed files with 265 additions and 332 deletions

View file

@ -1,7 +1,7 @@
{% extends 'layout.html' %}
{% extends 'base.html' %}
{% block nav_settings %}selected{% endblock %}
{% block content %}
{% block header %}
<div class="banner-small">
<div class="banner-content">
<h1 class="banner-header">Settings</h1>
@ -13,7 +13,9 @@
</div>
</div>
</div>
{% endblock %}
{% block content %}
<div class="info-tab" id="profileSettings" style="margin: 0.5rem 0.5rem 0 0.5rem">
<div class="info-header">
<i class="ph ph-info"></i>