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

Use btn-secondary instead of btn-primary. Closes BiscuIT-ng#83.

parent 92d08bc1
No related branches found
No related tags found
1 merge request!8Use btn-secondary instead of btn-primary. Closes BiscuIT-ng#83.
......@@ -14,7 +14,7 @@
<ul id="timetable_select_form">
{{ select_form.as_ul }}
</ul>
<button type="submit" class="btn btn-primary">
<button type="submit" class="btn btn-secondary">
{% blocktrans %}Select{% endblocktrans %}
</button>
</form>
......
......@@ -65,7 +65,7 @@
</table>
</div>
</div>
<button type="submit" class="btn btn-primary">
<button type="submit" class="btn btn-secondary">
{% 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