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