From a8a5b895358f0a85171f0d12424769785b4c73bc Mon Sep 17 00:00:00 2001
From: Parth Buch
Date: Thu, 21 Jun 2012 18:29:07 +0530
Subject: Standardizing the code
---
stapp/templates/video/list_videos.html | 24 ------------------------
1 file changed, 24 deletions(-)
delete mode 100644 stapp/templates/video/list_videos.html
(limited to 'stapp/templates')
diff --git a/stapp/templates/video/list_videos.html b/stapp/templates/video/list_videos.html
deleted file mode 100644
index aebcc17..0000000
--- a/stapp/templates/video/list_videos.html
+++ /dev/null
@@ -1,24 +0,0 @@
-{% extends "base.html" %}
-
-
-
-{% block title %} STProject {% endblock %}
-
-
-{% block sidebar %}
-{% for video in videos %}
- {{ video.video_name }}
-{% endfor %}
-{% endblock %}
-
-{% block video %}
-
-
-
-
-
-
-
-{% endblock%}
--
cgit