forked from DGNum/gestioCOF
6 lines
237 B
HTML
6 lines
237 B
HTML
{% 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 %}
|