Make it possible for users to lock their profiles on the profile editing page
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
{{ form.display_name }}
|
||||
<br>
|
||||
|
||||
{{ form.locked.errors }}
|
||||
{{ form.locked.label }}
|
||||
{{ form.locked}}
|
||||
<br>
|
||||
|
||||
<button type="submit">{% trans %}Save{% endtrans %}</button>
|
||||
</form>
|
||||
{% endblock content %}
|
||||
|
Reference in New Issue
Block a user