aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-29 19:00:13 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-29 19:00:13 +0000
commit4bc8b58af7ec6d80d4eb96afde2295a87c302566 (patch)
tree58f24b5059554fb1c1659d37174ea23de14de420 /app/templates/base.html
parentec0e89c21db155ae3e1b0d2ab86286eaa96d1995 (diff)
downloadcheatdb-4bc8b58af7ec6d80d4eb96afde2295a87c302566.tar.xz
Remove limit on dependency size
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index f542a22..e8d986a 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -7,7 +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/bootstrap.css">
- <link rel="stylesheet" type="text/css" href="/static/custom.css?v=5">
+ <link rel="stylesheet" type="text/css" href="/static/custom.css?v=6">
{% block headextra %}{% endblock %}
</head>