diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html
index c2dc9b2d8..cd92c187a 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/patrons.html b/files/templates/patrons.html
index de73730d3..837c9d0f8 100644
--- a/files/templates/patrons.html
+++ b/files/templates/patrons.html
@@ -13,7 +13,7 @@
{% for uid,row in result.items() %}
{{loop.index}}
- {{row['username']}}
+ {{row['username']}}
diff --git a/files/templates/rentoids.html b/files/templates/rentoids.html
index a4f7621c5..038ed2298 100644
--- a/files/templates/rentoids.html
+++ b/files/templates/rentoids.html
@@ -13,7 +13,7 @@
{% for user in users %}
{{users.index(user)+1}}
- {{user.username}}
+ {{user.username}}
{% endfor %}
diff --git a/files/templates/settings.html b/files/templates/settings.html
index aa783f1f7..93df2112e 100644
--- a/files/templates/settings.html
+++ b/files/templates/settings.html
@@ -55,7 +55,7 @@
-
+
{% if v.agendaposter %}
{% elif v.css %}
{% endif %}
diff --git a/files/templates/settings2.html b/files/templates/settings2.html
index ed5545bae..cde119310 100644
--- a/files/templates/settings2.html
+++ b/files/templates/settings2.html
@@ -40,10 +40,10 @@
{% if v %}
-
+
{% else %}
-
+
{% endif %}
diff --git a/files/templates/settings_blocks.html b/files/templates/settings_blocks.html
index bad13f330..bfac54bca 100644
--- a/files/templates/settings_blocks.html
+++ b/files/templates/settings_blocks.html
@@ -94,7 +94,7 @@
- @{{block.target.username}}
+ @{{block.target.username}}
{{block.created_date}}
diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html
index 59ccbf6be..70852b68e 100644
--- a/files/templates/sign_up.html
+++ b/files/templates/sign_up.html
@@ -36,7 +36,7 @@
-
+
diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html
index 853bd451e..c610b8eb6 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/submit.html b/files/templates/submit.html
index e564bfc21..1eef257ac 100644
--- a/files/templates/submit.html
+++ b/files/templates/submit.html
@@ -25,11 +25,11 @@
{% block stylesheets %}
{% if v %}
-
+
{% if v.agendaposter %} {% elif v.css %} {% endif %}
{% else %}
-
+
{% endif %}
{% endblock %}
diff --git a/files/templates/thiefs.html b/files/templates/thiefs.html
index 3ff335914..a214a38d5 100644
--- a/files/templates/thiefs.html
+++ b/files/templates/thiefs.html
@@ -13,7 +13,7 @@
{% for user in successful %}
{{successful.index(user)+1}}
- {{user.username}}
+ {{user.username}}
{% endfor %}
@@ -31,7 +31,7 @@
{% for user in failed2 %}
{{failed2.index(user)+1}}
- {{user.username}}
+ {{user.username}}
{% endfor %}
@@ -49,7 +49,7 @@
{% for user in failed %}
{{failed.index(user)+1}}
- {{user.username}}
+ {{user.username}}
{% endfor %}
diff --git a/files/templates/truescore.html b/files/templates/truescore.html
index f1a968971..df19f8e1f 100644
--- a/files/templates/truescore.html
+++ b/files/templates/truescore.html
@@ -17,7 +17,7 @@
{% for user in users %}
{{users.index(user)+1}}
- {{user.username}}
+ {{user.username}}
{{user.truecoins}}
{% endfor %}
diff --git a/files/templates/viewers.html b/files/templates/viewers.html
index 8712e2ec0..ec0f54d42 100644
--- a/files/templates/viewers.html
+++ b/files/templates/viewers.html
@@ -12,7 +12,7 @@
{% for view in viewers %}
- {{view.viewer.username}}
+ {{view.viewer.username}}
{{view.last_view_string}}
{% endfor %}
diff --git a/files/templates/votes.html b/files/templates/votes.html
index 5dc1b0400..b77f1b62c 100644
--- a/files/templates/votes.html
+++ b/files/templates/votes.html
@@ -28,7 +28,7 @@
User
{% for vote in ups %}
-
{{vote.user.username}}
+
{{vote.user.username}}
{% endfor %}
@@ -37,7 +37,7 @@
User
{% for vote in downs %}
-
{{vote.user.username}}
+
{{vote.user.username}}
{% endfor %}