From 92676514b254e4b9bbd25348bbc601b8af0faad5 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 31 Aug 2011 04:22:43 +0530 Subject: [PATCH] add ajax_selects js / css to relationship change_form --- .../admin/places/authorityrecord/change_form.html | 2 ++ .../admin/places/relationship/change_form.html | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 gazetteer/templates/admin/places/relationship/change_form.html diff --git a/gazetteer/templates/admin/places/authorityrecord/change_form.html b/gazetteer/templates/admin/places/authorityrecord/change_form.html index d60ce2f..8d9cd61 100644 --- a/gazetteer/templates/admin/places/authorityrecord/change_form.html +++ b/gazetteer/templates/admin/places/authorityrecord/change_form.html @@ -2,11 +2,13 @@ {% block extrahead %} {{ block.super }} + + {% endblock %} {% block after_related_objects %} diff --git a/gazetteer/templates/admin/places/relationship/change_form.html b/gazetteer/templates/admin/places/relationship/change_form.html new file mode 100644 index 0000000..c886b4b --- /dev/null +++ b/gazetteer/templates/admin/places/relationship/change_form.html @@ -0,0 +1,11 @@ +{% extends 'admin/change_form.html' %} +{% block extrahead %} + {{ block.super }} + + + + + + +{% endblock %} +