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

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

parent d64e00c0
No related branches found
No related tags found
1 merge request!7Use btn-secondary instead of btn-primary. Closes BiscuIT-ng#83.
......@@ -27,7 +27,7 @@
{% csrf_token %}
{% bootstrap_form upload_form %}
<button type="submit" class="btn btn-primary">
<button type="submit" class="btn btn-secondary">
{% blocktrans %}Process{% 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