Templates.

Commit
98219953d4d1fbd399d7e3c61d9bb996dc133e3e
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
app/templates/base.html
index 7a63ddf5..4c51f049 100644..100644
@@ -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
index e4e690f0..a71a0d45 100644..100644
@@ -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">