djLint/tests/django_cms/cms/widgets/applicationconfigselect.html

9 lines
255 B
HTML
Raw Normal View History

2021-07-29 18:41:34 +00:00
{% load i18n static %}
{% include 'django/forms/widgets/select.html' %}
{{ widget.script_init|safe }}
<a href=""
class="add-another"
id="add_{{ widget.name }}"
onclick="return showAddAnotherPopup(this);"
title="{% trans 'Add Another' %}"></a>