Repository URL to install this package:
|
Version:
2.4.1b3 ▾
|
{% 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 %}