mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-02-03 18:53:42 +01:00
Compare commits
No commits in common. "3f888c39d22486b8f1832f970b798edf2e5d5387" and "bf48ed29d7421832ccc8b17f957cedae51b3a7fa" have entirely different histories.
3f888c39d2
...
bf48ed29d7
@ -153,7 +153,7 @@ def inject_default_variables():
|
|||||||
"""Inject the version number in the template variables"""
|
"""Inject the version number in the template variables"""
|
||||||
if __version__ == "unknown":
|
if __version__ == "unknown":
|
||||||
return {"version": ''}
|
return {"version": ''}
|
||||||
return {"version": __version__, "lang": get_locale()}
|
return {"version": __version__}
|
||||||
|
|
||||||
|
|
||||||
@app.after_request
|
@app.after_request
|
||||||
|
@ -19,8 +19,4 @@
|
|||||||
input:checked#slide-sidebar~#content-container {
|
input:checked#slide-sidebar~#content-container {
|
||||||
position: initial;
|
position: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:checked#slide-sidebar~#footer,#content-container {
|
|
||||||
min-width: unset;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ lang }}">
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<meta name="description" content="{{ self.title() }}" />
|
|
||||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#eff1f5">
|
|
||||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#1e1e2e">
|
|
||||||
<title>{% block title %}{% endblock %} - PartitionCloud</title>
|
<title>{% block title %}{% endblock %} - PartitionCloud</title>
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='style/style.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='style/style.css') }}">
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='style/mobile.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='style/mobile.css') }}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user