diff --git a/biscuit/apps/chronos/templates/chronos/tt_week.html b/biscuit/apps/chronos/templates/chronos/tt_week.html index 97c2a21e3c37138404c7558dc50a0eebc2efaf40..b90aec590511853e51e0fb410af77e7da4523dff 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>