forked from expo/troggle
return to correct wallet
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user