From 039f3343aa87815b293a34de0789b00f097e1294 Mon Sep 17 00:00:00 2001 From: Tom Walker Date: Fri, 4 Jul 2014 15:40:47 +0100 Subject: [PATCH] forgot a file --- quiz/templates/quiz/category_list.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 quiz/templates/quiz/category_list.html diff --git a/quiz/templates/quiz/category_list.html b/quiz/templates/quiz/category_list.html new file mode 100644 index 0000000..3963805 --- /dev/null +++ b/quiz/templates/quiz/category_list.html @@ -0,0 +1,21 @@ +{% extends 'base.html' %} +{% block title %}All Quizzes{% endblock %} + +{% block content %} +

Category list

+ + + +{% endblock %} + +{% block right-sidebar %} +

Sponsored Advertisements

+{% endblock %} -- 2.39.5