From: Patrick Samson Date: Tue, 14 Aug 2012 06:34:02 +0000 (+0200) Subject: forgot to return to a default django 1.4 configuration X-Git-Tag: 2.0.0~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a34ee03695adaade292c82f7fcece816fb04f740;p=django-postman.git forgot to return to a default django 1.4 configuration --- 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 %}