0.8.461
This commit is contained in:
@@ -2875,4 +2875,10 @@
|
|||||||
color: #f00;
|
color: #f00;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
display: block;
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*b_profile_first_page*/
|
||||||
|
|
||||||
|
.title_b_first_page{
|
||||||
|
margin-top: 70px;
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
<h1>{% translate "Добро пожаловать:" %} <span class="user_first_name">{{ user.first_name }} {{ user.last_name }}</span> <span class="user_username" >({{ user.username }})</span></h1>
|
<h1 class="title_b_first_page">{% translate "Добро пожаловать:" %} <span class="user_first_name">{{ user.first_name }} {{ user.last_name }}</span> <span class="user_username" >({{ user.username }})</span></h1>
|
||||||
<div class="profile_prof"><img class="avatar_user_profile" {% if user.user_profile.avatar %}
|
<div class="profile_prof"><img class="avatar_user_profile" {% if user.user_profile.avatar %}
|
||||||
src="{{ user.user_profile.avatar.url }}"
|
src="{{ user.user_profile.avatar.url }}"
|
||||||
{% else %}src="{% static "img/svg/user_icon_standart.png" %}"{% endif %} alt="">
|
{% else %}src="{% static "img/svg/user_icon_standart.png" %}"{% endif %} alt="">
|
||||||
|
|||||||
Reference in New Issue
Block a user