diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-12-25 23:02:49 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-12-25 23:02:49 +0000 |
| commit | 66ee706a6c99ce46e53e0c7069c90f09ae407d5c (patch) | |
| tree | 9383e8305306cba2adf49e14b060b7b56f5ff05c /app/templates/base.html | |
| parent | d44178cb0c6fc45d9decff7e766593f4ab2b3747 (diff) | |
| download | cheatdb-66ee706a6c99ce46e53e0c7069c90f09ae407d5c.tar.xz | |
Fix profile picture bugs
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 1d232f2..222dd15 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=4"> + <link rel="stylesheet" type="text/css" href="/static/custom.css?v=5"> {% block headextra %}{% endblock %} </head> |
