From 881518cc8ffb446b2d858cc695e45ea3876a9539 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 3 Dec 2020 23:40:34 +0000 Subject: [PATCH] Remove example text on the logged-in index page. --- templates/index.html.tera | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/index.html.tera b/templates/index.html.tera index e897e18..95a57fc 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -13,7 +13,5 @@ {% endfor %} - -

Try going to /hello/YourName

{% endblock content %}