From 3a1daffe5fdc2eb97be797b2ceea16f191ffbfb8 Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Thu, 1 Nov 2018 20:54:35 +0530 Subject: Modify show all webcam video feature --- sbhs/templates/dashboard/all_images.html | 15 ++++++++------- sbhs/templates/webcam/show_video.html | 10 +++++----- sbhs/urls.py | 1 - sbhs/views.py | 14 ++++++++------ sbhs_server/settings.py | 2 +- 5 files changed, 22 insertions(+), 20 deletions(-) diff --git a/sbhs/templates/dashboard/all_images.html b/sbhs/templates/dashboard/all_images.html index 5a7b74e..8bc6e81 100644 --- a/sbhs/templates/dashboard/all_images.html +++ b/sbhs/templates/dashboard/all_images.html @@ -6,13 +6,14 @@ {% block main %}
- {% for b in boards %} -
- {{ b.mid }} -
- Board MID: {{ b.mid }} -
- {% endfor %} + + {% for board in image_links %} + + + + + {% endfor %} +
{{board.board.mid}}