summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/renameform.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/renameform.html b/templates/renameform.html
index a8aaf16..cda8bbf 100644
--- a/templates/renameform.html
+++ b/templates/renameform.html
@@ -5,9 +5,12 @@
{% block content %}
<h2>Rename "{{filename}}"</h2>
+<a href="/expofiles/{{filepath|urlencode}}">
<figure class=onleft>
<img src="/expofiles/{{filepath|urlencode}}" width=150px>
- </figure>
+ <figcaption>filesize: {{filesize}} bytes
+ </figcaption>
+ </figure></a>
<div style = "max-width:95%; margin-left:8%; text-align: left; " >
<form method ='post' >
{% csrf_token %}
@@ -17,7 +20,7 @@
pattern="[A-Za-z][A-Za-z0-9_-\.]*"/>
<label
style="padding: 0.5em 25px; margin-left: 110px"
- for="renameto">the new name for this file<br></label>
+ for="renameto">type in the new name for this file<br></label>
<br><br><br>
<button class="fancybutton2" style="padding: 0.5em 25px; margin-left: 110px" type = "submit" value = "Upload" >
@@ -26,7 +29,7 @@
</form>
<br /><br /><br />
- Full urlencoded path for this file <a href="/expofiles/{{filepath|urlencode}}"><em>{{filepath|urlencode}}</em></a>
+ Full urlencoded path for this file in expofiles is <a href="/expofiles/{{filepath|urlencode}}"><em>{{filepath|urlencode}}</em></a>
</div>