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/form_horizontal.html | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 templates/form_horizontal.html (limited to 'templates/form_horizontal.html') diff --git a/templates/form_horizontal.html b/templates/form_horizontal.html deleted file mode 100644 index d9fc0c3..0000000 --- a/templates/form_horizontal.html +++ /dev/null @@ -1,17 +0,0 @@ -{% extends 'base.html' %} - -{% load bootstrap3 %} - -{% block title %} - Forms -{% endblock %} - -{% block content %} - -
- {% csrf_token %} - {% bootstrap_form form layout="horizontal" %} - {% buttons submit='OK' reset='Cancel' layout='horizontal' %}{% endbuttons %} -
- -{% endblock %} -- cgit v1.2.2