From 05e9bd166404ba3306cbcec335c4ad88dd44ddc2 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Wed, 23 Apr 2014 01:44:31 +0800 Subject: * added urls and template for 'introduction' in app page * fixed page/views.py --- page/templates/page/introduction.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 page/templates/page/introduction.html (limited to 'page/templates') diff --git a/page/templates/page/introduction.html b/page/templates/page/introduction.html new file mode 100644 index 0000000..9c89e0d --- /dev/null +++ b/page/templates/page/introduction.html @@ -0,0 +1,20 @@ +{% extends 'base.html' %} +{% load staticfiles %} +{% load url from future %} +{% load bootstrap3 %} + +{# introduction template #} + +{% block title %} +介绍 | 2014 SKA Summer School +{% endblock %} + +{% block content %} +
+

2014 SKA 暑期学校介绍

+
+ TODO +
+{% endblock %} + +{# vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=htmldjango.html: #} -- cgit v1.2.2