[Flask] Web media downloader frontend.
Templates.
Changed files
app/templates/base.html
@@ -14,9 +14,10 @@
14
14
</head>
15
15
<body>
16
16
<nav id="user">
17
Removed:
<div style="display: flex; align-items: baseline;">
17
Added:
<div style="display: flex;">
18
18
<ul>
19
Removed:
<li><a href="https:apps.mlnp.fr" class="button">Apps</a></li>
19
Added:
<li><a href="https://apps.mlnp.fr" class="button">Apps</a></li>
20
Added:
<li><a href="{{ url_for('main.home') }}" class="button"><code>mdl</code></a></li>
20
21
</ul>
21
22
<h1>{% block title %}{% endblock %}</h1>
22
23
</div>
app/templates/home.html
@@ -10,10 +10,6 @@
10
10
{% endif %}
11
11
{% endblock %}
12
12
13
Removed:
{% block actions %}
14
Removed:
{# <li><a href="{{ url_for('main.download_database') }}" class="button">Download database</a></li> #}
15
Removed:
{% endblock %}
16
Removed:
17
13
{% block content %}
18
14
{% if current_user.is_authenticated %}
19
15
<div id="downloads">