-
+
+
-
-
+
+
+ {% include 'haikal_policy/refund_policy.html' %}
+
+
-
-
- {% include 'footer.html' %}
-
+
+
+
{% endblock content %}
+
{% block customJS %}
+
-{% endblock customJS %}
+{% endblock customJS %}
\ No newline at end of file
diff --git a/templates/footer.html b/templates/footer.html
index a5b2cbfb..52cdfd03 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -56,7 +56,7 @@
/* Kept `position-absolute` and adjusted padding */
position: absolute;
bottom: 0;
- width: 90%;
+ width: 96%;
padding: 1.5rem;
diff --git a/templates/haikal_policy/refund_policy.html b/templates/haikal_policy/refund_policy.html
index 939cfeb2..c771bd21 100644
--- a/templates/haikal_policy/refund_policy.html
+++ b/templates/haikal_policy/refund_policy.html
@@ -1,16 +1,4 @@
{% load i18n %}
-
-
-
-
-
-
{% trans "Haikal Refund Policy" %}
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/templates/header.html b/templates/header.html
index 8b004492..ac3ba9e0 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -488,30 +488,15 @@
{% if request.user.is_authenticated %}
- {% with name_to_display=request.user.staff.first_name|default:request.dealer.name %}
+ {% with name_to_display=request.user.first_name|default:request.dealer.name %}
{% trans 'Hello, ' %}{{ name_to_display }}
-
{% endwith %}
-
-
-
-
-
-
-
- {% now "l, F j, Y g:i A" %}
-
-
-
{% endif %}
@@ -665,19 +650,19 @@
{% else %}
{% endif %}
diff --git a/templates/welcome.html b/templates/welcome.html
index 55824764..30b303e5 100644
--- a/templates/welcome.html
+++ b/templates/welcome.html
@@ -10,7 +10,7 @@
{% endblock extraCSS %}
{% block content %}
-
+
-
-
+
{{ _("Pricing") }}
{% for plan in plan_list %}
-
-
-
-
{% endfor %}
@@ -238,8 +233,6 @@
-
- {% include 'footer.html' %}
-
+
-{% endblock %}
+{% endblock %}
\ No newline at end of file
diff --git a/templates/welcome_base.html b/templates/welcome_base.html
index d8438b58..8a62667d 100644
--- a/templates/welcome_base.html
+++ b/templates/welcome_base.html
@@ -43,9 +43,7 @@