Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jochen Bauer
spn-website
Commits
932b22d3
Commit
932b22d3
authored
May 10, 2018
by
nachtgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
profile styled
parent
81cda45f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
core/static/core/styles.css
core/static/core/styles.css
+2
-1
core/templates/core/profile.html
core/templates/core/profile.html
+9
-3
No files found.
core/static/core/styles.css
View file @
932b22d3
...
...
@@ -63,7 +63,8 @@ div.content {
padding
:
10px
;
}
div
.content
>
h2
{
div
.content
>
h2
,
div
.content
>
div
.panel
{
margin-left
:
200px
;
}
...
...
core/templates/core/profile.html
View file @
932b22d3
...
...
@@ -2,11 +2,17 @@
{% load static %}
{% block content %}
<h1>
Profile
</h1>
<div
class=
"panel"
>
<h2>
Profile
</h2>
<h3>
Password
</h3>
<form
method=
"GET"
action=
"{% url "
change_password
"
%}"
><button
type=
"submit"
>
Change User Password
</button></form>
<form
method=
"GET"
action=
"{% url "
change_password
"
%}"
>
<button
type=
"submit"
class=
"ui small positive button"
>
Change User Password
</button>
</form>
<h3>
API Keys
</h3>
<form
method=
"GET"
action=
"{% url "
api_keys_list
"
%}"
><button
type=
"submit"
>
Manage API Keys
</button></form>
<form
method=
"GET"
action=
"{% url "
api_keys_list
"
%}"
>
<button
type=
"submit"
class=
"ui small positive button"
>
Manage API Keys
</button>
</form>
<h3>
Viewer Key
</h3>
Websocket Viewer Key: {{ profile.viewer_key }}
</div>
{% endblock %}
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