This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
DEMOS2/allauthdemo/templates/polls/create_option.html

7 lines
201 B
HTML
Raw Permalink Normal View History

{% 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>