return to correct wallet

This commit is contained in:
2023-07-31 22:00:46 +03:00
parent 8d9b320d89
commit 7fc058b1da
2 changed files with 32 additions and 9 deletions

View File

@@ -4,14 +4,21 @@
{% block content %}
<h2>Rename "{{filename}}"</h2>
<h2>Renaming "{{filename}}"</h2>
<a href="/expofiles/{{filepath|urlencode}}">
<figure class=onleft>
<img src="/expofiles/{{filepath|urlencode}}" width=150px>
<figcaption>filesize: {{filesize}} bytes
</figcaption>
</figure></a>
{% if rename_bad %}
<p style="font-family: monospace; font-weight: bold; color: red; font-size: 130%; text-align: center">
Cannot rename to '{{rename_bad}}' as a file (or a subfolder) of that name already exists here.
</p>
{% endif %}
<div style = "max-width:95%; margin-left:8%; text-align: left; " >
<form method ='post' >
{% csrf_token %}
<br>