aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-11 15:04:17 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-11 15:04:17 +0100
commit92717f31dd94ad1c763641a397305de9bc143df9 (patch)
tree3ff4f1fbfbd0f2b1490c46905b959e75dacbaafa /app/templates/base.html
parent5424f0aa3499ef9cad33ebad4db055860b8000c8 (diff)
downloadcheatdb-92717f31dd94ad1c763641a397305de9bc143df9.tar.xz
Add VCS import from Github
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index 07131de..0ab87b4 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}title{% endblock %} - {{ config.USER_APP_NAME }}</title>
<link rel="stylesheet" type="text/css" href="/static/main.css">
+ {% block headextra %}{% endblock %}
</head>
<body>