From 0a149c1a11d85d15d8c10dcfa6d7b05f62d93651 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 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'sbhs/templates/dashboard/all_images.html') 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}}