From edf4c59212c757d81a51fbc8d587bb7384d921fa Mon Sep 17 00:00:00 2001 From: Sean Smith Date: Fri, 18 Sep 2020 15:26:53 -0400 Subject: 3 contact us buttons and booking links on landing Signed-off-by: Sean Smith Change-Id: Ic50767e566f06d34457b6543644eeee03e584b89 --- src/templates/base/dashboard/landing.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'src/templates/base/dashboard') diff --git a/src/templates/base/dashboard/landing.html b/src/templates/base/dashboard/landing.html index ed50638..ecb12c6 100644 --- a/src/templates/base/dashboard/landing.html +++ b/src/templates/base/dashboard/landing.html @@ -16,12 +16,27 @@ {% csrf_token %}
-
+

About Us

{% block about_us %}

Here is some information about us!

{% endblock about_us %} + {% block welcome_back %} + {% if user.is_authenticated %} +

Welcome Back!

+ {% if bookings %} +
These are your current bookings:
+ + {% else %} +
You have no current bookings
+ {% endif %} + {% endif %} + {% endblock welcome_back %}
-- cgit 1.2.3-korg