Update about page

- Show more software versions in debug mode (only)
- Add license links and information
This commit is contained in:
Jonas Schäfer
2021-01-21 17:01:04 +01:00
parent b6188ed29f
commit ff870ae71e
7 changed files with 209 additions and 52 deletions

View File

@@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
{% block style %}
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/common.css') }}">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/app.css') }}">
{% endblock %}
</head>
<body{% if body_id | default(False) %} id="{{ body_id }}"{% endif %}{% if body_class | default(False) %} class="{{ body_class }}"{% endif %}>{% block body %}{% endblock %}</body>