From f89410559c20dd88d78ccd6b9d24e7941da9d5ff Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Fri, 30 Oct 2009 15:09:12 +0530 Subject: Added all the files from kiwipycon and the changes made for SciPy.in. --- project/templates/talk/talk_list.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 project/templates/talk/talk_list.html (limited to 'project/templates/talk/talk_list.html') diff --git a/project/templates/talk/talk_list.html b/project/templates/talk/talk_list.html new file mode 100644 index 0000000..b3ee5f1 --- /dev/null +++ b/project/templates/talk/talk_list.html @@ -0,0 +1,22 @@ +{% extends "base.html" %} + +{% block title %}Talk Listing{% endblock %} + +{% block content %} +

Talks

+

Accepted talks list is not out yet. This page will be updated soon.

+

Showing {{ count }} of {{ count }}

+ + +{% endblock content %} + -- cgit