Display the locked status of profiles on the profile details page

This commit is contained in:
Gergely Polonkai 2018-07-12 12:18:51 +02:00
parent 9b01431641
commit 3308be40ee
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
{% block content %}
<h1>
{% if profile.locked %}
[locked]
{% endif %}
{{ profile.display_name }}
<small>@{{ profile.user.username}}</small>
</h1>