This commit is contained in:
parent
c5e74bd22c
commit
e1277dd7aa
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue