Răsfoiți Sursa

cleaning up

shinoka7 6 ani în urmă
părinte
comite
0ae13f1804
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      src/server/views/me/index.html

+ 0 - 1
src/server/views/me/index.html

@@ -161,7 +161,6 @@
             <form id="remove-attachment" action="/_api/attachments.removeProfileImage" method="post" class="form-horizontal"
                 style="{% if not user.imageAttachment %}display: none{% endif %}">
               <input type="hidden" name="_csrf" value="{{ csrf() }}">
-              <input type="hidden" name="attachment_id" value="{{ user.imageAttachment.id }}">
               <button type="submit" class="btn btn-danger">{{ t('Delete Image') }}</button>
             </form>
             </p>