diff --git a/refunds/templates/refunds/home.html b/refunds/templates/refunds/home.html index 64fe360..535855a 100644 --- a/refunds/templates/refunds/home.html +++ b/refunds/templates/refunds/home.html @@ -3,5 +3,11 @@ {% block title %}Home{% endblock %} {% block content %}
Welcome to my website. I hope you will enjoy your journey here.
+Welcome to my refund app!
+ {% if not user.is_authenticated %} +You may want to start by logging in.
+ {% else %} +Start by adding a new payment or refunding + some existing payments!
+ {% endif %} {% endblock %}