Show badges on user profile page
This commit is contained in:
parent
b4ee5b59bd
commit
041f8914b2
@ -39,14 +39,12 @@ style.
|
|||||||
.form-group
|
.form-group
|
||||||
| {{ _("Change your full name, email, and password at") }} #[a(href="https://www.blender.org/id/settings/profile",target='_blank') Blender ID].
|
| {{ _("Change your full name, email, and password at") }} #[a(href="https://www.blender.org/id/settings/profile",target='_blank') Blender ID].
|
||||||
|
|
||||||
| {#
|
|
||||||
| {% if current_user.badges_html %}
|
| {% if current_user.badges_html %}
|
||||||
.form-group
|
.form-group
|
||||||
p Your Blender ID badges:
|
p Your Blender ID badges:
|
||||||
| {{ current_user.badges_html|safe }}
|
| {{ current_user.badges_html|safe }}
|
||||||
p.hint-text Note that updates to these badges may take a few minutes to be visible here.
|
p.hint-text Note that updates to these badges may take a few minutes to be visible here.
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
| #}
|
|
||||||
|
|
||||||
.py-3
|
.py-3
|
||||||
a(href="https://gravatar.com/")
|
a(href="https://gravatar.com/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user