Clearer uploaded-image display page.

This commit is contained in:
Simon Brooke 2021-03-21 13:46:13 +00:00
parent 979851cf21
commit f4b28b344d
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987

View file

@ -8,6 +8,7 @@
<img id="uploaded-image" alt="Uploaded image" src="{{upload.resource}}"/> <img id="uploaded-image" alt="Uploaded image" src="{{upload.resource}}"/>
<!-- TODO: i18n needed --> <!-- TODO: i18n needed -->
<br clear="all"/>
This is the {{upload.size|name}} file. {% i18n file-upload-link-text %}: This is the {{upload.size|name}} file. {% i18n file-upload-link-text %}:
<code>![{{upload.filename}}]({{upload.resource}})</code> <code>![{{upload.filename}}]({{upload.resource}})</code>