{% if request.user.is_authenticated %}
diff --git a/hosting/templates/hosting/orders.html b/hosting/templates/hosting/orders.html
index ea4ded94..5515a0ab 100644
--- a/hosting/templates/hosting/orders.html
+++ b/hosting/templates/hosting/orders.html
@@ -40,7 +40,7 @@
{% endif %}
- {% trans "View Detail" %}
+ {% trans 'See Invoice' %}
|
{% endfor %}
diff --git a/hosting/templates/hosting/payment.html b/hosting/templates/hosting/payment.html
index 5d4c66e3..75b58e47 100644
--- a/hosting/templates/hosting/payment.html
+++ b/hosting/templates/hosting/payment.html
@@ -5,6 +5,10 @@
{% endblock css_extra %}
+{% block navbar %}
+ {% include "datacenterlight/includes/_navbar.html" %}
+{% endblock navbar %}
+
{% block content %}
@@ -211,7 +215,6 @@
window.hasCreditcard = true;
})();
-
{%endif%}
{%endblock%}
diff --git a/hosting/templates/hosting/user_keys.html b/hosting/templates/hosting/user_keys.html
index fd93b66f..31332929 100644
--- a/hosting/templates/hosting/user_keys.html
+++ b/hosting/templates/hosting/user_keys.html
@@ -3,7 +3,7 @@
{% block content %}
-
{% trans "Your SSH Keys" %}
+
{% trans "My SSH Keys" %}
{% if messages %}
{% for message in messages %}