diff --git a/var/www/templates/show_saved_paste.html b/var/www/templates/show_saved_paste.html
index 75d8ab46..c1393aa6 100644
--- a/var/www/templates/show_saved_paste.html
+++ b/var/www/templates/show_saved_paste.html
@@ -4,13 +4,32 @@
Paste information
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
Paste: {{ request.args.get('num') }}
-
{{ request.args.get('paste') }}
-
-
+
@@ -46,11 +65,16 @@
No Duplicate
{% else %}
Duplicate list:
-
+
{% set i = 0 %}
+
- Hash type | Paste info |
+ Hash type |
+ Paste info |
+ Path |
+
+
{% for dup_path in duplicate_list %}
{{ hashtype_list[i] }} |
@@ -59,6 +83,7 @@
{% set i = i + 1 %}
{% endfor %}
+
{% endif %}
Content:
@@ -66,6 +91,9 @@
-
+
+