From fbfe8edd61be55ce7861097ec84620fff298816e Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 4 Jun 2016 12:49:05 +0200 Subject: [PATCH] Better front page --- refunds/templates/refunds/home.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 %}

Refunds

-

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 %}