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