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

Use btn-dark everywhere. Closes BiscuIT-ng#94.

parent 11037e72
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>
......
......@@ -15,7 +15,7 @@
<ul id="timetable_select_form">
{{ select_form.as_ul }}
</ul>
<button type="submit" class="btn btn-secondary">
<button type="submit" class="btn btn-dark">
{% blocktrans %}Select{% 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