Allow staff to upload photos has another user.
All checks were successful
Docker / build (release) Successful in 9s

This commit is contained in:
krek0 2026-05-16 19:02:52 +02:00
parent b0027be96c
commit 1de1cb4086
4 changed files with 48 additions and 14 deletions

View file

@ -22,9 +22,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% trans "Drag and drop photos here" %}
</div>
{% crispy form %}
<p class="mt-3">
{% trans "Owner will be" %} <code>{{ request.user.get_full_name }} ({{ request.user.username}})</code>.
</p>
</form>
</div>
</div>