mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
341 B
12 lines
341 B
{% extends "compilacao/dispositivo_form.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block extra_js %}{{block.super}}
|
|
<script type="text/javascript">
|
|
DispostivoSearch({
|
|
'url_form': '{% url 'compilacao:dispositivo_search_form'%}',
|
|
'text_button': '{% trans 'Definir Dispositivo'%}'
|
|
});
|
|
initTinymce();
|
|
</script>
|
|
{% endblock %}
|
|
|