5aff771d9c
- `cof` is renamed `gestioCOF` - `gestioncof` become `cof` (yes it looks pretty stupid but it is not) - `bds` is created
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 %}
|