mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 10:46:24 +03:00
Окна логина и регистрации отцентрированы
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container has-text-centered">
|
||||
<section class="hero is-medium">
|
||||
<div class="hero-body">
|
||||
<p class="title">
|
||||
Профиль
|
||||
</p>
|
||||
<p class="subtitle">
|
||||
Добро пожаловать, {{ current_user.username }}!
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section class="hero is-medium">
|
||||
<div class="hero-body">
|
||||
<p class="title">
|
||||
Профиль
|
||||
</p>
|
||||
<p class="subtitle">
|
||||
Добро пожаловать, {{ current_user.username }}!
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user