Make it possible to lock one’s profile #80
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>
|
<h1>
|
||||||
|
{% if profile.locked %}
|
||||||
|
[locked]
|
||||||
|
{% endif %}
|
||||||
{{ profile.display_name }}
|
{{ profile.display_name }}
|
||||||
<small>@{{ profile.user.username}}</small>
|
<small>@{{ profile.user.username}}</small>
|
||||||
</h1>
|
</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user