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