diff --git a/hosting/templates/hosting/dashboard.html b/hosting/templates/hosting/dashboard.html index ebec43d..bacdbd5 100755 --- a/hosting/templates/hosting/dashboard.html +++ b/hosting/templates/hosting/dashboard.html @@ -11,31 +11,31 @@ {% trans "Welcome" %} {{request.user.name}}
- +

{% trans "Create VM" %}

- +

{% trans "My VMs" %}

- +

{% trans "My SSH Keys" %}

- +

{% trans "My Bills" %}

- +

{% trans "My Settings" %}

diff --git a/hosting/templates/hosting/includes/_navbar_user.html b/hosting/templates/hosting/includes/_navbar_user.html index 43948e5..1a69fc2 100755 --- a/hosting/templates/hosting/includes/_navbar_user.html +++ b/hosting/templates/hosting/includes/_navbar_user.html @@ -1,4 +1,4 @@ -{% load static i18n %} +{% load static i18n custom_tags %}