symposion_app/pinaxcon/templates/_form_btns.html

2 lines
127 B
HTML
Raw Normal View History

2018-06-24 00:14:29 +00:00
<input class="btn btn-primary" type="submit" value="Save" />
2018-06-30 02:01:19 +00:00
<a class="btn btn-default" href="{% url "dashboard" %}">Cancel</a>