mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-30 20:20:23 +00:00
8 lines
255 B
HTML
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>
|