summaryrefslogtreecommitdiff
path: root/sbhs/templates/dashboard/show_all_boards.html
diff options
context:
space:
mode:
Diffstat (limited to 'sbhs/templates/dashboard/show_all_boards.html')
-rw-r--r--sbhs/templates/dashboard/show_all_boards.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbhs/templates/dashboard/show_all_boards.html b/sbhs/templates/dashboard/show_all_boards.html
index e247ffe..6ede6d8 100644
--- a/sbhs/templates/dashboard/show_all_boards.html
+++ b/sbhs/templates/dashboard/show_all_boards.html
@@ -27,7 +27,7 @@
<td>{{board.mid}}</td>
<td><span style="cursor: pointer;" class = "label label-{% if board.online %}success{% else %}danger{% endif %}">{% if board.online %}Online{% else %}Offline{% endif %}</span></td>
<td><span style="cursor: pointer;" class = "label label-{% if board.online %}success{% else %}danger{% endif %}">{% if board.online %}On{% else %}Off{% endif %}</span></td>
- <td><a href = "">View Image</a></td>
+ <td><a href = "{% url 'show_video_to_moderator' board.mid %}">View Image</a></td>
<td><a href = "{% url 'profile' board.mid %}">View Profile</a></td>
<td><a href = "{% url 'download_log' board.mid %}" target="_blank">Download</a></td>
</tr>