9 lines
191 B
HTML
9 lines
191 B
HTML
{% load i18n %}
|
|
|
|
<button class="btn btn-primary" type="submit">
|
|
{% trans 'Save' %}
|
|
</button>
|
|
<button class="btn btn-default" type="submit" name="apply">
|
|
{% trans 'Apply' %}
|
|
</button>
|