Fix text on index page

This commit is contained in:
Alexandre Aubin 2018-01-30 13:43:18 -05:00
parent 5e63f1ba1d
commit 86d59dbeb0

View file

@ -1,8 +1,8 @@
{% extends "base.html" %}
{% block content %}
<div class="row">
<div class="col-sm-6 offset-sm-3">
Test
</div>
<span class="mx-auto">
Choose something from the navbar ;)
</span>
</div>
{% endblock %}