Corrections.
This commit is contained in:
parent
bce9c11e5f
commit
870cb5e08b
3 changed files with 5 additions and 5 deletions
templates
|
@ -21,8 +21,8 @@
|
|||
<pre>{{ file.content }}</pre>
|
||||
{% endif %}
|
||||
<div class="info">
|
||||
<a href="/files/{{ file.name }}" download>{{ file.name }}</a></td>
|
||||
<a href="/delete/{{ file.name }}">delete!</a></td>
|
||||
<a href="/files/{{ file.name }}" download>{{ file.name }}</a>
|
||||
<a href="/delete/{{ file.name }}">delete!</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue