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" %}
|
||||
{% 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 %}
|
||||
|
|
Loading…
Reference in a new issue