mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Fix text on index page
This commit is contained in:
parent
5e63f1ba1d
commit
86d59dbeb0
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-6 offset-sm-3">
|
<span class="mx-auto">
|
||||||
Test
|
Choose something from the navbar ;)
|
||||||
</div>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue