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