From 86d59dbeb085dad5bcd0e08f3e739ed9d5a05ec9 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 30 Jan 2018 13:43:18 -0500 Subject: [PATCH] Fix text on index page --- app/templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index 0a40e4d..bf3cfb5 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,8 +1,8 @@ {% extends "base.html" %} {% block content %}
-
- Test -
+ + Choose something from the navbar ;) +
{% endblock %}