chore(templates): Add checkmarcks on buttons
This commit is contained in:
parent
2978c1facb
commit
bf5bce5fc5
2 changed files with 8 additions and 2 deletions
|
@ -10,6 +10,9 @@
|
|||
{% csrf_token %}
|
||||
{% include "bulma/form.html" with form=form %}
|
||||
|
||||
<button class="button is-fullwidth mt-6">{% trans "Enregistrer" %}</button>
|
||||
<button class="button is-fullwidth mt-6">
|
||||
<span>{% trans "Enregistrer" %}</span>
|
||||
<span class="icon"><i class="ti ti-check"></i></span>
|
||||
</button>
|
||||
</form>
|
||||
{% endblock content %}
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
{% csrf_token %}
|
||||
{% include "bulma/form.html" with form=form %}
|
||||
|
||||
<button class="button is-fullwidth mt-6">{% trans "Enregistrer" %}</button>
|
||||
<button class="button is-fullwidth mt-6">
|
||||
<span>{% trans "Enregistrer" %}</span>
|
||||
<span class="icon"><i class="ti ti-check"></i></span>
|
||||
</button>
|
||||
</form>
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Add table
Reference in a new issue