Skip to content

Commit

Permalink
Add note to dialog when only showing limited number of files
Browse files Browse the repository at this point in the history
  • Loading branch information
knabar committed Dec 12, 2023
1 parent aa3e827 commit 6312c4c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ <h1>{% trans "Upload a new file" %}:</h1>

<p>
<h1>And/or attach an existing File:</h1>
<span>Select the attachments to add (total: {{ total_files }})</span>
<span>
Select the attachments to add
(total: {{ total_files }}{% if total_files > 500 %}, showing 500{% endif %})
</span>

<div>{{ form_file.files }}</div>
<!-- hidden fields used to specify the objects we're tagging -->
Expand Down

0 comments on commit 6312c4c

Please sign in to comment.