diff --git a/templates/blocks/b_user_profile.html b/templates/blocks/b_user_profile.html new file mode 100644 index 0000000..6725593 --- /dev/null +++ b/templates/blocks/b_user_profile.html @@ -0,0 +1,50 @@ +
+ +
+

Добро пожаловать: Иван (ivanship)

+
+
+
Статус:
+
+
+
+
Если хотите отправить посылку - зарегистрируйтесь, как отправитель
+
Если у Вас возникнут вопросы Вы можете связаться с нами: support@twb.com
+
У Вас три новых сообщения. Посмотреть
+
Хотите получать уведомление о появлении посылок? Заполните форму
+
+
\ No newline at end of file diff --git a/templates/pages/p_user_profile.html b/templates/pages/p_user_profile.html index 566549b..8ab36d7 100644 --- a/templates/pages/p_user_profile.html +++ b/templates/pages/p_user_profile.html @@ -1,10 +1,4 @@ - - - - - Title - - - - - \ No newline at end of file +{% include 'inter/meta.html' %} +{% include 'blocks/b_header.html' %} +{% include 'blocks/b_user_profile.html' %} +{% include 'blocks/b_footer.html' %} \ No newline at end of file