Skip to content
Snippets Groups Projects
Commit a6ddfd57 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'core-issue-83' into 'master'

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

Closes BiscuIT-ng#83

See merge request Teckids/BiscuIT/BiscuIT-App-Alsijil!8
parents 92d08bc1 d23e87e7
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