diff --git a/templates/admin.html b/templates/admin.html
index 983dda8..12b6643 100755
--- a/templates/admin.html
+++ b/templates/admin.html
@@ -280,7 +280,8 @@
data-zoom="{{ file.zoom | default(1.0) }}"
data-site="{{ current_site }}"
data-screen="{{ screen }}"
- data-oldname="{{ file.name | e }}">
+ data-oldname="{{ file.name | e }}"
+ onclick="alert('KLICK!');">
Edit
{% endif %}