Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
d67968a3
Commit
d67968a3
authored
Nov 12, 2015
by
Gero Müller
Browse files
fix password page
parent
18d5118b
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/controller/root.py
View file @
d67968a3
...
...
@@ -247,7 +247,8 @@ class RootController(AbstractController):
data
=
{
"welcome_phrase"
:
vispa
.
config
(
"web"
,
"text.welcome"
,
""
),
"username"
:
None
if
not
isinstance
(
user
,
User
)
else
user
.
name
,
"hash"
:
hash
"hash"
:
hash
,
"cache_bust"
:
self
.
cache_bust
}
return
data
...
...
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