OpenSlides/openslides/core/templates/formbuttons_saveapply.html

9 lines
191 B
HTML
Raw Normal View History

{% load i18n %}
<button class="btn btn-primary" type="submit">
{% trans 'Save' %}
</button>
2015-01-17 13:31:06 +01:00
<button class="btn btn-default" type="submit" name="apply">
{% trans 'Apply' %}
2015-01-17 13:31:06 +01:00
</button>