From 7022542bc70c448f71fa56c06d90595e276d7dcc Mon Sep 17 00:00:00 2001 From: maxbr Date: Wed, 5 Oct 2016 14:24:11 +0200 Subject: Sync dashboard user data with jira JIRA: PHAROS-264 Change-Id: Ic4533af04946ee0493c762ca79aaf46ee0f80e00 Signed-off-by: maxbr --- .../src/templates/account/userprofile_update_form.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tools/pharos-dashboard/src/templates/account/userprofile_update_form.html') diff --git a/tools/pharos-dashboard/src/templates/account/userprofile_update_form.html b/tools/pharos-dashboard/src/templates/account/userprofile_update_form.html index 542ea81e..f4bb7b55 100644 --- a/tools/pharos-dashboard/src/templates/account/userprofile_update_form.html +++ b/tools/pharos-dashboard/src/templates/account/userprofile_update_form.html @@ -16,9 +16,17 @@
{% csrf_token %} {% bootstrap_form form %} +

API Token + + Generate + +

+

{{ token.key }}

+ +

{% buttons %} {% endbuttons %}
-- cgit 1.2.3-korg