From 628876d6f84bca9287f03a2e143424cd8704637e Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Sun, 30 Dec 2012 19:56:10 -0500 Subject: WIP --- templates/proposals/proposal_list.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/proposals/proposal_list.html (limited to 'templates/proposals/proposal_list.html') diff --git a/templates/proposals/proposal_list.html b/templates/proposals/proposal_list.html new file mode 100644 index 0000000..4dcac39 --- /dev/null +++ b/templates/proposals/proposal_list.html @@ -0,0 +1,25 @@ +{% extends "base.html" %} + +{% block title %}CodeMash Sessions{% endblock %} + +{% block content %} +

Sessions

+ +{% endblock %} -- cgit v1.2.3