From 8a205b00cc49ae7a935889f6f19e2ffcd0cf3c2d Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Wed, 25 Jul 2012 19:27:36 +0530 Subject: added tagging facility --- stapp/templates/video/tag_video.html | 50 ++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 stapp/templates/video/tag_video.html (limited to 'stapp/templates/video') diff --git a/stapp/templates/video/tag_video.html b/stapp/templates/video/tag_video.html new file mode 100644 index 0000000..3058f22 --- /dev/null +++ b/stapp/templates/video/tag_video.html @@ -0,0 +1,50 @@ +{% extends "base.html" %} + +{% block title %} STProject {% endblock %} + + +{% block script %} + +{% endblock %} +{% block onload %} {% endblock onload %} + +{% block video %} +{% for tag in tags %} + {{tag}} +{% endfor %} + +{% endblock%} + +{% block module_list %} +