From a34ee03695adaade292c82f7fcece816fb04f740 Mon Sep 17 00:00:00 2001 From: Patrick Samson Date: Tue, 14 Aug 2012 08:34:02 +0200 Subject: [PATCH] forgot to return to a default django 1.4 configuration --- postman/templates/postman/base_write.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/postman/templates/postman/base_write.html b/postman/templates/postman/base_write.html index 4a30c38..8611709 100644 --- a/postman/templates/postman/base_write.html +++ b/postman/templates/postman/base_write.html @@ -2,23 +2,23 @@ {% load i18n %} {% block extrahead %}{{ block.super }} {% if autocompleter_app.is_active %} -{# dj v1.4 #}{# {% load static %} #} +{# dj v1.4 #}{% load static %} {% if autocompleter_app.name == "ajax_select" %}{% if autocompleter_app.version == "1.1.4" or autocompleter_app.version == "1.1.5" %} {# else: for version 1.2.x use AJAX_SELECT_BOOTSTRAP + AJAX_SELECT_INLINES or arrange to include jqueryUI/js/css #}{% endif %}{% endif %} {% endif %} {% endblock %} -- 2.39.5