From 5f454497d26cebe89ab6152fcdc7fc985301632e Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Thu, 19 Jan 2012 16:51:19 -0800 Subject: [PATCH] Making it so that the base template provides a place for stylesheets and the edit template includes the stylesheet that it needs. Not the other way around. --- wysiwyg_forms/templates/wysiwyg_forms/base.html | 1 - wysiwyg_forms/templates/wysiwyg_forms/edit.html | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wysiwyg_forms/templates/wysiwyg_forms/base.html b/wysiwyg_forms/templates/wysiwyg_forms/base.html index ed4a859..22f3154 100644 --- a/wysiwyg_forms/templates/wysiwyg_forms/base.html +++ b/wysiwyg_forms/templates/wysiwyg_forms/base.html @@ -2,7 +2,6 @@ {% block stylesheets %} - {% endblock %} diff --git a/wysiwyg_forms/templates/wysiwyg_forms/edit.html b/wysiwyg_forms/templates/wysiwyg_forms/edit.html index 2aab330..1e1a6f9 100644 --- a/wysiwyg_forms/templates/wysiwyg_forms/edit.html +++ b/wysiwyg_forms/templates/wysiwyg_forms/edit.html @@ -5,6 +5,10 @@ {% endblock %} +{% block stylesheets %} + +{% endblock %} + {% block scripts %}