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    
Size: Mime:
{% extends "wagtailadmin/block_forms/sequence.html" %}
{% load i18n %}

{% block sequence_type_class %}list{% endblock %}

{% block header %}
    {% if help_text %}
        <div class="sequence-member__help help"><span class="icon-help-inverse" aria-hidden="true"></span>{{ help_text }}</div>
    {% endif %}
{% endblock %}

{% block footer %}
    <button type="button" id="{{ prefix }}-add" class="button bicolor icon icon-plus">{% trans "Add another" %}</button>
{% endblock %}