symposion_app/pinaxcon/templates/_form_btns.html
Joel Addison bf94b789d6 Update button styles
Replace Bootstrap 3 button default style with Bootstrap 4 equivalent.
2020-01-05 12:10:42 +10:00

2 lines
130 B
HTML

<input class="btn btn-primary" type="submit" value="Save" />
<a class="btn btn-secondary" href="{% url "dashboard" %}">Cancel</a>