djLint/tests/django_cms/cms/widgets/applicationconfigselect.html
2021-07-29 13:41:34 -05:00

8 lines
255 B
HTML

{% 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>