Remove limit on dependency size

This commit is contained in:
rubenwardy
2018-12-29 19:00:13 +00:00
parent ec0e89c21d
commit 4bc8b58af7
3 changed files with 8 additions and 3 deletions

View File

@@ -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>