Skip to content

Instantly share code, notes, and snippets.

@ikks
Created August 28, 2012 13:07
Show Gist options
  • Save ikks/3497830 to your computer and use it in GitHub Desktop.
Save ikks/3497830 to your computer and use it in GitHub Desktop.
extending admin for django-autocomplete-light
{% extends "admin/base.html" %}
{% block extrahead %}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
{% include 'autocomplete_light/static.html' %}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment