7 lines
201 B
HTML
7 lines
201 B
HTML
|
{% load crispy_forms_tags %}
|
||
|
|
||
|
<div class="formset">
|
||
|
{% crispy formset helper %}
|
||
|
<button type="button" class="btn btn-default add-another-btn" name="add" value="Add another">Add</button>
|
||
|
</div>
|