README.md
This commit is contained in:
+6
-2
@@ -35,7 +35,9 @@
|
||||
<a href="{{ url_for('admin_panel') }}" class="btn btn-sm btn-secondary">Админка</a>
|
||||
{% endif %}
|
||||
<span class="text-secondary small mx-1">|</span>
|
||||
<span class="text-secondary small me-1">{{ current_user }}</span>
|
||||
<a href="{{ url_for('profile') }}" class="text-decoration-none text-secondary small me-1">
|
||||
<i class="bi bi-person-circle"></i> {{ current_user }}
|
||||
</a>
|
||||
<a href="{{ url_for('logout') }}" class="btn btn-sm btn-outline-danger">Выйти</a>
|
||||
{% else %}
|
||||
<a href="{{ url_for('login') }}" class="btn btn-sm btn-secondary">Войти</a>
|
||||
@@ -57,7 +59,9 @@
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
<footer class="pt-3 mt-4 border-top text-center text-secondary">
|
||||
<small><a href="https://git.palchikov.name/PalchikovAleksandr/secrettext" class="link-secondary link-offset-2 link-underline-opacity-25 link-underline-opacity-100-hover">Проект с открытым исходным кодом secrettext</a></small>
|
||||
<small><a href="https://git.palchikov.name/PalchikovAleksandr/secrettext"
|
||||
class="link-secondary link-offset-2 link-underline-opacity-25 link-underline-opacity-100-hover">Проект
|
||||
с открытым исходным кодом secrettext</a></small>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user