Skip to content
Snippets Groups Projects
Commit f8cc2f49 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Make save_button template customizable with parameters.

parent f5e96f42
No related branches found
No related tags found
1 merge request!133Make save_button template customizable with parameters.
Pipeline #703 failed
{% load i18n %} {% load i18n %}
<button type="submit" class="btn waves-effect waves-light green"> <button type="submit" class="btn waves-effect waves-light green">
<i class="material-icons left">save</i> {% trans "Save" %} {% trans "Save" as default %}
<i class="material-icons left">{{ icon|default:"save" }}</i> {{ caption|default:default }}
</button> </button>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment