d8d2ad002a
- rename static subdirs to css and js - move global static dir to core/static, changed - move global templates dir to core/templates - check comments and code style of all our own CSS and JS files - minor changes related to the changes of template and static files
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> |