From 484e323db8ee84dd34f77f72071075f05ac50daa Mon Sep 17 00:00:00 2001 From: adityacp Date: Fri, 14 Aug 2020 13:59:07 +0530 Subject: Add download statistics option --- .../statistics_app/workshop_public_stats.html | 25 ++++++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'statistics_app/templates') diff --git a/statistics_app/templates/statistics_app/workshop_public_stats.html b/statistics_app/templates/statistics_app/workshop_public_stats.html index c6753f8..ad55858 100644 --- a/statistics_app/templates/statistics_app/workshop_public_stats.html +++ b/statistics_app/templates/statistics_app/workshop_public_stats.html @@ -8,7 +8,18 @@
-

Filters

+
+
+
+

Filters

+
+ +
+
From date: {{form.from_date}}
To date: {{form.to_date}}
@@ -20,15 +31,15 @@ {% endif %}
-
+
-
- -  Clear - +
+
@@ -69,7 +80,7 @@ {{ forloop.counter0|add:objects.start_index}} {{ workshop.coordinator.get_full_name | capfirst }} {{ workshop.coordinator.profile.institute | capfirst }} - {{ workshop.instructor.get_full_name }} + {{ workshop.instructor.get_full_name | capfirst }} {{ workshop.workshop_type.name }} {{ workshop.date | date}} -- cgit