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
975b107a
Commit
975b107a
authored
Apr 28, 2020
by
Julian Rother
Browse files
Removed superfluous margin-bottom on embed page
parent
6359499c
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
975b107a
...
...
@@ -41,6 +41,7 @@
{% endblock %}
</head>
<body>
{% block body %}
{% block navbar %}
{% macro navbaricon(data, user=none) -%}
<li
{%
if
data.endpoint =
=
request.endpoint
%}
class=
"active"
{%
endif
%}
>
...
...
@@ -211,6 +212,7 @@
});
</script>
{% endif %}
{% endblock %}
<script>
$
(
function
()
{
$
(
'
[data-toggle="tooltip"]
'
).
tooltip
(
...
...
templates/embed.html
View file @
975b107a
...
...
@@ -4,17 +4,12 @@
{% extends "base.html" %}
{% block title %}- {{ course.title }}: {{ lecture.title}}{% endblock %}
{% block navbar %}
{% endblock %}
{% block alerts %}
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-xs-12"
style=
"padding: 0px"
>
{{ player(lecture, videos, get_flashed_messages(category_filter=['player','message']), seek=seek) }}
{% block body %}
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<div
class=
"col-xs-12"
style=
"padding: 0px"
>
{{ player(lecture, videos, get_flashed_messages(category_filter=['player','message']), seek=seek) }}
</div>
</div>
</div>
{% endblock %}
{% block footer %}
{% endblock %}
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