diff --git a/files/templates/comments.html b/files/templates/comments.html
index b36058a86..9f54f3f2c 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 %}
@@ -251,11 +251,11 @@
{% if v %}
-
- {% if v.agendaposter %}
{% elif v.css %}
{% endif %}
+
+ {% if v.agendaposter %}
{% elif v.css %}
{% endif %}
{% else %}
-
+
{% endif %}
{% endblock %}
diff --git a/files/templates/emoji_modal.html b/files/templates/emoji_modal.html
index 9306644df..824e567f8 100644
--- a/files/templates/emoji_modal.html
+++ b/files/templates/emoji_modal.html
@@ -1,4 +1,4 @@
-
+
-
- {% if v.agendaposter %}
{% elif v.css %}
{% endif %}
+
+ {% if v.agendaposter %}
{% elif v.css %}
{% endif %}
{% else %}
-
+
{% endif %}
diff --git a/files/templates/login.html b/files/templates/login.html
index fcc558749..add33e72f 100644
--- a/files/templates/login.html
+++ b/files/templates/login.html
@@ -15,7 +15,7 @@
-
+
diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html
index c59a1ec82..5ff776aa5 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 8124484ed..4f5666c4b 100644
--- a/files/templates/mobile_navigation_bar.html
+++ b/files/templates/mobile_navigation_bar.html
@@ -1,4 +1,4 @@
-
+
-
- {% if v.agendaposter %}{% elif v.css %}{% endif %}
+
+ {% if v.agendaposter %}{% elif v.css %}{% endif %}
diff --git a/files/templates/settings2.html b/files/templates/settings2.html
index bf8e8edc9..3c9835788 100644
--- a/files/templates/settings2.html
+++ b/files/templates/settings2.html
@@ -40,10 +40,10 @@
{% if v %}
-
+
{% else %}
-
+
{% endif %}
diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html
index f1f7685e8..3410a85de 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 0b0fc8619..0ef58d2ef 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 a5ab1c42b..b506d7b2b 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,12 +25,12 @@
{% block stylesheets %}
{% if v %}
-
- {% if v.agendaposter %}{% elif v.css %}{% endif %}
+
+ {% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
{% endblock %}
diff --git a/files/templates/userpage.html b/files/templates/userpage.html
index 9fe5960f7..5e68e7502 100644
--- a/files/templates/userpage.html
+++ b/files/templates/userpage.html
@@ -15,7 +15,7 @@
}
-
+
{{u.username}}'s profile - {{'SITE_NAME' | app_config}}
{% if u.is_private %}