aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-21 16:55:22 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-21 16:55:22 +0000
commitc6a26786ece0fc03574814e92615351c0abe0dac (patch)
tree80c5b468544e0aa6d11c92a09b8204b7fc46a870 /app/templates/base.html
parente5cb7a3721b37a7ca92c73dc64da468ce05a36c5 (diff)
downloadcheatdb-c6a26786ece0fc03574814e92615351c0abe0dac.tar.xz
Improve package page style again
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 1415146..c80e080 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -6,6 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/static/main.css">
{% block headextra %}{% endblock %}
</head>