5 lines
96 B
HTML
5 lines
96 B
HTML
{% load i18n %}
|
|
|
|
<button class="btn btn-primary" type="submit">
|
|
{% trans 'Save' %}
|
|
</button> |