refactor: extracts form submit button

template and js validation
This commit is contained in:
2024-11-21 13:00:11 -03:00
parent d3ff62299d
commit 5030eb42ce
4 changed files with 36 additions and 23 deletions

View File

@@ -0,0 +1,3 @@
{% macro form_submit_button(text) %}
<button class="btn btn-outline-primary submit-button" type="submit">{{text}}</button>
{% endmacro %}