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

Merge branch '94-use-btn-dark-everywhere' into 'master'

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

Closes BiscuIT-ng#94

See merge request Teckids/BiscuIT/BiscuIT-App-Alsijil!15
parents f2030c90 40af5af9
No related branches found
No related tags found
1 merge request!15Use btn-dark everywhere. Closes BiscuIT-ng#94.
...@@ -11,12 +11,12 @@ ...@@ -11,12 +11,12 @@
<ul id="timetable_select_form"> <ul id="timetable_select_form">
{{ select_form.as_ul }} {{ select_form.as_ul }}
</ul> </ul>
<button type="submit" class="btn btn-secondary"> <button type="submit" class="btn btn-dark">
{% blocktrans %}Select{% endblocktrans %} {% blocktrans %}Select{% endblocktrans %}
</button> </button>
</form> </form>
{% if group %} {% if group %}
<a class="btn btn-secondary" href="{% url 'full_register_group' group.id %}"> <a class="btn btn-dark" href="{% url 'full_register_group' group.id %}">
{% fa 'print' %} {% fa 'print' %}
</a> </a>
{% endif %} {% endif %}
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
</table> </table>
</div> </div>
</div> </div>
<button type="submit" class="btn btn-secondary"> <button type="submit" class="btn btn-dark">
{% blocktrans %}Save{% endblocktrans %} {% blocktrans %}Save{% endblocktrans %}
</button> </button>
</form> </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