diff options
| author | rubenwardy <rw@rubenwardy.com> | 2020-07-14 03:49:30 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2020-07-14 23:45:54 +0100 |
| commit | c9e4638b348a5d9004376ed90e72fe8bb9df40e3 (patch) | |
| tree | 3d333240f1cbafc7a7f4bdcbf7034600ced2d951 /app/templates/base.html | |
| parent | ff2cd6dc2f2e1c500744c2e2e0c45a5590774484 (diff) | |
| download | cheatdb-c9e4638b348a5d9004376ed90e72fe8bb9df40e3.tar.xz | |
Add start of bulk tag editor
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index b492ae9..67d8351 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=12"> + <link rel="stylesheet" type="text/css" href="/static/custom.css?v=13"> <link rel="search" type="application/opensearchdescription+xml" href="/static/opensearch.xml" title="ContentDB" /> <link rel="shortcut icon" href="/favicon-16.png" sizes="16x16"> <link rel="icon" href="/favicon-128.png" sizes="128x128"> |
