Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
website
Commits
0bc86804
Commit
0bc86804
authored
Oct 16, 2016
by
Andreas Valder
Browse files
closes #81
parent
aad1ca1e
Changes
1
Show whitespace changes
Inline
Side-by-side
templates/base.html
View file @
0bc86804
...
...
@@ -76,11 +76,13 @@
</li>
<li
class=
"navbar-right"
>
{% if not ismod() %}
<a
id=
"loginpopover"
data-container=
"body"
data-toggle=
"popover"
data-placement=
"bottom"
>
<a
href=
"{{url_for('login', ref=request.url)}}"
id=
"loginpopover"
data-container=
"body"
data-toggle=
"popover"
data-placement=
"bottom"
>
<span
class=
"glyphicon glyphicon-log-in"
></span>
</a>
<script>
$
(
'
#loginpopover
'
).
popover
(
$
(
'
#loginpopover
'
).
on
(
'
click
'
,
function
(
e
){
e
.
preventDefault
();
}).
popover
(
{
html
:
true
,
title
:
'
Login für Moderatoren
'
,
...
...
Write
Preview
Supports
Markdown
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