From 14c4aadca5c7c939c982c63acb09a277444c41cd Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Tue, 17 Sep 2019 21:53:22 +0200 Subject: [PATCH] Fix button. --- biscuit/apps/chronos/templates/chronos/tt_week.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biscuit/apps/chronos/templates/chronos/tt_week.html b/biscuit/apps/chronos/templates/chronos/tt_week.html index 97c2a21e..b90aec59 100644 --- a/biscuit/apps/chronos/templates/chronos/tt_week.html +++ b/biscuit/apps/chronos/templates/chronos/tt_week.html @@ -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> -- GitLab