From d477d14d624bea299a62199799607155d43a4226 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Sun, 20 Apr 2014 16:17:47 +0800 Subject: * implemented the index page o base.html, navbar.html, favicon.html, index.html o added static files related to index page * performed south migrations * implemented registration templates * implemented regiration views and pages --- templates/bootstrap.html | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 templates/bootstrap.html (limited to 'templates/bootstrap.html') diff --git a/templates/bootstrap.html b/templates/bootstrap.html deleted file mode 100644 index 5e5b581..0000000 --- a/templates/bootstrap.html +++ /dev/null @@ -1,3 +0,0 @@ -{% extends 'bootstrap3/bootstrap3.html' %} - -{% block bootstrap3_title %}{% block title %}{% endblock %}{% endblock %} -- cgit v1.2.2