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

Use bootstrap buttons. Advances BiscuIT-ng#81.

parent 66529bca
No related branches found
No related tags found
1 merge request!6Use bootstrap buttons. Advances BiscuIT-ng#81.
......@@ -14,7 +14,9 @@
<ul id="timetable_select_form">
{{ select_form.as_ul }}
</ul>
<input type="submit" value="Select" />
<button type="submit" class="btn btn-primary">
{% blocktrans %}Select{% endblocktrans %}
</button>
</form>
{% if group %}
......
......@@ -65,6 +65,8 @@
</table>
</div>
</div>
<input type="submit" value="{% blocktrans %}Save{% endblocktrans %}" />
<button type="submit" class="btn btn-primary">
{% blocktrans %}Save{% endblocktrans %}
</button>
</form>
{% endblock %}
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