From d6c11a1b4e0964999d23b73192906d8782dbbfc0 Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Fri, 23 Jul 2021 17:50:26 +0200 Subject: [PATCH] sneed --- drama/templates/viewers.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 drama/templates/viewers.html diff --git a/drama/templates/viewers.html b/drama/templates/viewers.html new file mode 100644 index 000000000..7abc0ce29 --- /dev/null +++ b/drama/templates/viewers.html @@ -0,0 +1,21 @@ +{% extends "default.html" %} +{% block content %} +

+
Users who viewed your profile
+

+
+
+	
+		
+        
+	
+
+{% for view in viewers %}
+	
+        
+        
+	
+{% endfor %}
+
NameLast visit
{{view.viewer.username}}{{ view.last_view_string }}
+ +{% endblock %} \ No newline at end of file