diff --git a/user/templates/panel.html b/user/templates/panel.html index 8686062..4bd91a2 100644 --- a/user/templates/panel.html +++ b/user/templates/panel.html @@ -1,27 +1,68 @@ {% extends "base.html" %} -{% load i18n %} +{% load i18n get_language_code %} {% block content %} -
-
-

{{ subtitle }}

-
-
- {{ user.email }} -
-
-
-
- - {% translate 'Admin your Tokens' %} - -
-
- - {% translate 'Download a settings file' %} - -
-
+
+
-{% endblock %} + +

{{ user.email }}

+
+ + {# The language picker is mostly here to fill up some space on user settings #} +
+ +
+
+ +
+
+
+
+
+ {% translate 'Token Management' %} +
+

{% translate 'Manage your personal tokens for using Devicehub.' %}

+ +
+
+
+
+
+
+
+ {% translate 'Settings File' %} +
+

{% translate 'Download a settings file for your account.' %}

+ +
+
+
+
{% endblock %}