From 389779be8effe012c1a7f0ecdc07ef09d6712f8a Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Sat, 20 Feb 2010 23:50:41 -0500 Subject: Doing some nicer styling for the create form --- snakeplan/templates/base.html | 5 ++--- snakeplan/templates/projects/project_form.html | 11 ++++------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/snakeplan/templates/base.html b/snakeplan/templates/base.html index 2858e4c..e6042e6 100644 --- a/snakeplan/templates/base.html +++ b/snakeplan/templates/base.html @@ -1,9 +1,8 @@ {% block title %}SnakePlan{% endblock %} - - - + + {% block content %}{% endblock %} diff --git a/snakeplan/templates/projects/project_form.html b/snakeplan/templates/projects/project_form.html index 9f91f87..1587d17 100644 --- a/snakeplan/templates/projects/project_form.html +++ b/snakeplan/templates/projects/project_form.html @@ -1,13 +1,10 @@ - - -OH: oh shit, i just added templates to the old directory - - +{% extends "base.html" %} + +{% block content %}
- - +{% endblock %} -- cgit v1.2.3