Make it possible to lock one’s profile #80

Merged
gergely merged 1 commits from lock-profile into master 2018-07-12 10:20:07 +00:00
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>