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