diff --git a/files/helpers/alerts.py b/files/helpers/alerts.py index 78a9f8f2a..4afed5b1c 100644 --- a/files/helpers/alerts.py +++ b/files/helpers/alerts.py @@ -120,7 +120,7 @@ if PUSHER_ID != DEFAULT_CONFIG_VALUE: 'title': title, 'body': notifbody, 'deep_link': url, - 'icon': f'{SITE_FULL}/i/{SITE_NAME}/icon.webp?v=3009', + 'icon': f'{SITE_FULL}/icon.webp?v=1', } }, 'fcm': { diff --git a/files/templates/errors/PCM/502.html b/files/templates/errors/PCM/502.html index 1e234d6d7..fc402dbfa 100644 --- a/files/templates/errors/PCM/502.html +++ b/files/templates/errors/PCM/502.html @@ -40,7 +40,7 @@ - + 502 Bad Gateway @@ -49,41 +49,41 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/templates/errors/WPD/502.html b/files/templates/errors/WPD/502.html index 934e5b749..dd8726bd7 100644 --- a/files/templates/errors/WPD/502.html +++ b/files/templates/errors/WPD/502.html @@ -40,7 +40,7 @@ - + 502 Bad Gateway @@ -49,41 +49,41 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/templates/errors/rDrama/502.html b/files/templates/errors/rDrama/502.html index c9b4c1739..1e51d3e95 100644 --- a/files/templates/errors/rDrama/502.html +++ b/files/templates/errors/rDrama/502.html @@ -40,7 +40,7 @@ - + 502 Bad Gateway @@ -49,41 +49,41 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index f014b5fc9..42257d966 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -70,7 +70,7 @@ '/h/'+sub.name, sub.sidebar if sub.sidebar %} {% endif %} - + @@ -106,7 +106,7 @@ {% macro stylesheets(include_user_css) %} - + {% if v %} {% if v.agendaposter %} @@ -191,10 +191,10 @@ - + - - + + @@ -205,6 +205,6 @@ '1024x748', '1024x768', '1125x2436', '1242x2208', '1356x2048', '1668x2224', '1792x828', '2048x1496', '2048x2732', '2208x1242', '2224x1668', '2436x1125', '2668x1242', '2737x2048') %} - + {% endfor %} {% endmacro %}