From b0cfcd4b6d29888019227b885d71b4a493f92a11 Mon Sep 17 00:00:00 2001 From: Artur Galyamov Date: Tue, 23 Aug 2022 13:14:33 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=BB=D1=83=D1=87=D1=88=D0=B5=D0=BD?= =?UTF-8?q?=D0=BE=20=D1=83=D0=B4=D0=BE=D0=B1=D1=81=D1=82=D0=B2=D0=BE=20?= =?UTF-8?q?=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D0=BF=D1=80=D0=B8=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D1=81=D0=BC=D0=BE=D1=82=D1=80=D0=B5=20=D0=BF=D1=80=D0=BE=D1=84?= =?UTF-8?q?=D0=B8=D0=BB=D1=8F=20=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D0=B5=D0=BB=D1=8F=20#9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/user/profile.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 0ce7c9af40..bcf9ebc1ff 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -36,21 +36,25 @@ {{end}} {{if $.RenderedDescription}}
  • +

    {{.i18n.Tr "user.user_bio"}}

    {{$.RenderedDescription|Str2html}}
  • {{end}} {{if $.RenderedCompetences}}
  • +

    {{.i18n.Tr "user.user_competences"}}

    {{$.RenderedCompetences|Str2html}}
  • {{end}} {{if $.RenderedResources}}
  • +

    {{.i18n.Tr "user.user_resources"}}

    {{$.RenderedResources|Str2html}}
  • {{end}} {{if $.RenderedInterests}}
  • +

    {{.i18n.Tr "user.user_interests"}}

    {{$.RenderedInterests|Str2html}}
  • {{end}}