diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 393: confused between Token number and actual token (display token long string) this fix will provide ...

Message ID 20120905223118.11743.91738.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Naresh Kamboju Sept. 5, 2012, 10:31 p.m. UTC
------------------------------------------------------------
revno: 393
committer: Naresh Kamboju <naresh.kamboju@linaro.org>
branch nick: lava-server
timestamp: Thu 2012-09-06 02:40:17 +0530
message:
  confused between Token number and actual token (display token long string) this fix will provide Token No. instead of Token
modified:
  lava_server/templates/linaro_django_xmlrpc/tokens.html


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_server/templates/linaro_django_xmlrpc/tokens.html'
--- lava_server/templates/linaro_django_xmlrpc/tokens.html	2011-11-08 23:52:22 +0000
+++ lava_server/templates/linaro_django_xmlrpc/tokens.html	2012-09-05 21:10:17 +0000
@@ -38,7 +38,7 @@ 
 token will no longer be able to authenticate as You in the system.</p>
 <h2>Your tokens</h2>
 {% for token in token_list %}
-<h3>Token {{ token.pk }}</h3>
+<h3>Token No. {{ token.pk }}</h3>
 <dl>
   <dt>Description:</dt>
   <dd><a