Delete profile_image on user_deletion.

This commit is contained in:
2020-12-25 12:53:52 +01:00
parent cc59254ba4
commit 3eaa186b66
3 changed files with 18 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
{% block maincontent %}
<form class="LP-Form" method="POST">
<form class="LP-Form" method="POST" enctype="multipart/form-data">
<fieldset class="LP-Form__Fieldset">
<legend class="LP-Form__Legend">{% trans 'Edit Explorer profile' %}</legend>
{% csrf_token %}