Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
flowspy
Commits
469fa4de
Commit
469fa4de
authored
Oct 30, 2012
by
Leonidas Poulopoulos
Browse files
Removed transpated (unwanted for the time) code
parent
548848ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/profile.html
View file @
469fa4de
...
...
@@ -11,10 +11,6 @@
<div
class=
"span2"
><strong>
{% trans "Username" %}:
</strong></div>
<div
class=
"span8"
>
{{user.username}}
</div>
</div>
<div
class=
"row"
>
<div
class=
"span2"
><strong>
Rest API Key:
</strong></div>
<div
class=
"span8"
><span
id=
"apikey"
>
{{apikey.key}}
</span></div>
</div>
<div
class=
"row"
>
<div
class=
"span2"
><strong>
{% trans "First name" %}:
</strong></div>
<div
class=
"span8"
>
{{user.first_name}}
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment