diff --git a/files/templates/comments.html b/files/templates/comments.html
index 1dd2f1f7b..9c983b306 100644
--- a/files/templates/comments.html
+++ b/files/templates/comments.html
@@ -33,14 +33,14 @@
{% if v %}
{% include "award_modal.html" %}
-
+
{% endif %}
{% if v and v.admin_level == 6 %}
-
+
{% endif %}
+
@@ -69,7 +69,7 @@
{% if v %}
-
+
{% endif %}
@@ -250,17 +250,17 @@
{% if v %}
-
{% block fixedMobileBarJS %}
{% endblock %}
diff --git a/files/templates/emoji_modal.html b/files/templates/emoji_modal.html
index c9d70e4a8..9306644df 100644
--- a/files/templates/emoji_modal.html
+++ b/files/templates/emoji_modal.html
@@ -1,4 +1,4 @@
-
+
-
diff --git a/files/templates/login.html b/files/templates/login.html
index e59e87962..3724f58dd 100644
--- a/files/templates/login.html
+++ b/files/templates/login.html
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html
index 139930b5b..5709fe3ec 100644
--- a/files/templates/login_2fa.html
+++ b/files/templates/login_2fa.html
@@ -12,7 +12,7 @@
2-Step Login - {{'SITE_NAME' | app_config}}
-
+
diff --git a/files/templates/mobile_navigation_bar.html b/files/templates/mobile_navigation_bar.html
index 49e65868a..8124484ed 100644
--- a/files/templates/mobile_navigation_bar.html
+++ b/files/templates/mobile_navigation_bar.html
@@ -1,4 +1,4 @@
-
+
-
- {% if v.agendaposter %}
{% endif %}
+
+ {% if v.agendaposter %}
{% endif %}
-
+
diff --git a/files/templates/settings2.html b/files/templates/settings2.html
index 6bca63c47..7bdc663df 100644
--- a/files/templates/settings2.html
+++ b/files/templates/settings2.html
@@ -40,13 +40,13 @@
{% if v %}
-
+
{% else %}
-
+
{% endif %}
-
+
diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html
index e283011c6..3b8653318 100644
--- a/files/templates/settings_profile.html
+++ b/files/templates/settings_profile.html
@@ -6,7 +6,7 @@
{% include "emoji_modal.html" %}
{% include "gif_modal.html" %}
-
+
diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html
index 782ea4226..f98160b18 100644
--- a/files/templates/sign_up.html
+++ b/files/templates/sign_up.html
@@ -4,7 +4,7 @@
-
+
{% if hcaptcha %}
@@ -36,7 +36,7 @@
-
+
diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html
index 4ba7b4b25..e633c5268 100644
--- a/files/templates/sign_up_failed_ref.html
+++ b/files/templates/sign_up_failed_ref.html
@@ -31,7 +31,7 @@
-
+
diff --git a/files/templates/submission.html b/files/templates/submission.html
index bfc83d7a6..90a23f4b3 100644
--- a/files/templates/submission.html
+++ b/files/templates/submission.html
@@ -14,7 +14,7 @@
{% block title %}
-
+
{% if v and v.id == p.author_id %}
{% if v %}
-
+
{% include "award_modal.html" %}
{% include "emoji_modal.html" %}
{% include "gif_modal.html" %}
@@ -65,7 +65,7 @@
{% endif %}
{% if p.award_count("shit") %}
-
+
{% set minbugs = 10*p.award_count("shit") if p.award_count("shit") < 3 else 20 %}
{% set maxbugs = 20*p.award_count("shit") if p.award_count("shit") < 3 else 40 %}
+
{% set minbugs = 10*p.award_count("fireflies") if p.award_count("fireflies") < 3 else 20 %}
{% set maxbugs = 20*p.award_count("fireflies") if p.award_count("fireflies") < 3 else 40 %}
-
+
-
+
@@ -25,16 +25,16 @@
{% block stylesheets %}
{% if v %}
-
- {% if v.agendaposter %}{% endif %}
+
+ {% if v.agendaposter %}{% endif %}
{% else %}
-
-
+
+
{% endif %}
{% endblock %}
-
+
diff --git a/files/templates/userpage.html b/files/templates/userpage.html
index 0c855f0f2..67cafd93c 100644
--- a/files/templates/userpage.html
+++ b/files/templates/userpage.html
@@ -4,11 +4,11 @@
{% block stylesheets %}
{% if v %}
-
- {% if v.agendaposter %}{% endif %}
+
+ {% if v.agendaposter %}{% endif %}
{% else %}
-
+
{% endif %}
{% if u and u.profilecss %}
@@ -27,7 +27,7 @@
}
-
+
{{u.username}}'s profile - {{'SITE_NAME' | app_config}}
{% if u.is_private %}