Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
wagtail-gardentronic / users / templates / wagtailusers / groups / includes / page_permissions_form.html
Size: Mime:
{% load i18n %}

<td>
    {% include "wagtailadmin/shared/field.html" with field=form.page only %}
    {{ form.DELETE }}
</td>

{% for option in form.permission_types %}
    <td>{{ option.tag }}</td>
{% endfor %}

<td>
    <button class="button button-secondary button-small no" type="button" id="{{ form.DELETE.id_for_label }}-button">{% trans "Delete" %}</button>
</td>