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

Fix button.

parent 1e6f0c8d
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
<form method="post">
{% csrf_token %}
{% bootstrap_form edit_substitution_form %}
<button type="submit" class="btn btn-secondary">
<button type="submit" class="btn btn-dark">
{% blocktrans %}Save{% endblocktrans %}
</button>
</form>
......
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