fix: edition
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-12-23 21:38:10 +01:00
parent c5e74bd22c
commit e1277dd7aa
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,6 +1,6 @@
{% if config.is_logged() %}
<form action="/{% if name %}{{ post_file_id(name) }}{% endif %}" method="post">
<textarea name="p">{{ file }}</textarea>
<textarea name="p">{{ "\n".join(file) }}</textarea>
<br />
<button type="submit">send</button>
</form>