diff --git a/files/templates/badmins.html b/files/templates/badmins.html index 220ad75f7..5c541371a 100644 --- a/files/templates/badmins.html +++ b/files/templates/badmins.html @@ -15,7 +15,7 @@ {% for user in badmins %} - {{user.username}} + {{user.username}} {{user.coins}} {% endfor %} diff --git a/files/templates/banned.html b/files/templates/banned.html index 3e6674d02..ebfbf1549 100644 --- a/files/templates/banned.html +++ b/files/templates/banned.html @@ -13,9 +13,9 @@ {% for user in users %} {{users.index(user)+1}} - {{user.username}} + {{user.username}} {% if user.ban_reason %}{{user.ban_reason}}{% endif %} - {% if user.banned_by %}{{user.banned_by.username}}{% endif %} + font-weight:bold;" href="/@{{user.banned_by.username}}">{{user.banned_by.username}}{% endif %} {% endfor %} diff --git a/files/templates/blocks.html b/files/templates/blocks.html index dd9bb30b6..74a79b441 100644 --- a/files/templates/blocks.html +++ b/files/templates/blocks.html @@ -14,8 +14,8 @@ {% for user in users %} - {{user.username}} - {{targets[loop.index-1].username}} + {{user.username}} + {{targets[loop.index-1].username}} {% endfor %} diff --git a/files/templates/comments.html b/files/templates/comments.html index e01ec771e..47bf78968 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -126,7 +126,7 @@ {% if c.is_blocking %} {% endif %} {% if c.is_blocked %} {% endif %} - {{c.author.username}}{% if c.author.customtitle %}  {{c.author.customtitle | safe}}{% endif %} + {{c.author.username}}{% if c.author.customtitle %}  {{c.author.customtitle | safe}}{% endif %}  {{c.age_string}} {% if c.edited_utc %} diff --git a/files/templates/followers.html b/files/templates/followers.html index fc1d05555..846efb8e2 100644 --- a/files/templates/followers.html +++ b/files/templates/followers.html @@ -13,7 +13,7 @@ {% for user in users %} {{users.index(user)+1}} - {{user.username}} + {{user.username}} {% endfor %} diff --git a/files/templates/header.html b/files/templates/header.html index bcb1c2522..4eaaf5888 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -78,7 +78,7 @@
-
{{v.username}}
+
{{v.username}}
{{v.coins}} {{"COINS_NAME" | app_config}}
diff --git a/files/templates/leaderboard.html b/files/templates/leaderboard.html index ca2cddc88..d8481e8c2 100644 --- a/files/templates/leaderboard.html +++ b/files/templates/leaderboard.html @@ -17,7 +17,7 @@ {% for user in users1 %} {{users1.index(user)+1}} - {{user.username}} + {{user.username}} {{user.coins}} {% endfor %} @@ -42,7 +42,7 @@ {% for user in users2 %} {{users2.index(user)+1}} - {{user.username}} + {{user.username}} {{user.stored_subscriber_count}} {% endfor %} @@ -67,7 +67,7 @@ {% for user in users3 %} {{users3.index(user)+1}} - {{user.username}} + {{user.username}} {{user.post_count}} {% endfor %} @@ -92,7 +92,7 @@ {% for user in users4 %} {{users4.index(user)+1}} - {{user.username}} + {{user.username}} {{user.comment_count}} {% endfor %} diff --git a/files/templates/patrons.html b/files/templates/patrons.html index 36aecaee8..8a8fdd02a 100644 --- a/files/templates/patrons.html +++ b/files/templates/patrons.html @@ -13,7 +13,7 @@ {% for user in users %} {{users.index(user)+1}} - {{user.username}} + {{user.username}} diff --git a/files/templates/rentoids.html b/files/templates/rentoids.html index 1f210620d..f1760e683 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_profile.html b/files/templates/settings_profile.html index e231b8134..f859273fd 100644 --- a/files/templates/settings_profile.html +++ b/files/templates/settings_profile.html @@ -254,7 +254,7 @@
-

Your original username will always stay reserved for you: {{v.original_username}}

+

Your original username will always stay reserved for you: {{v.original.username}}

diff --git a/files/templates/submission.html b/files/templates/submission.html index f401660ca..c3b123fa4 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -219,7 +219,7 @@ {% if p.over_18 %}+18{% endif %} {% if p.private %}unlisted{% endif %} {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} -  {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %} +  {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %}  {{p.age_string}} ({% if p.realurl(v) %}{{p.domain}}{% else %}text post{% endif %}) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 1f40e0540..4a86707c4 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -101,7 +101,7 @@ {% if p.is_blocked %}{% endif %} {% if p.private %}unlisted{% endif %} {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} -  {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %} +  {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %}  {{p.age_string}}   ({% if p.realurl(v) %}{{p.domain}}{% else %}text post{% endif %}) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index a319105dc..71e7c599f 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -108,7 +108,7 @@ {% endif %}
-

{{u.username}}

+

{{u.username}}

{% if u.username != u.original_username %} @@ -349,7 +349,7 @@
BANNED USER{% if u.ban_reason %}: {{u.ban_reason}}{% endif %}
{% if u.unban_utc %}
{{u.unban_string}}
{% endif %} {% endif %} -

{{u.username}}

+

{{u.username}}

{% if u.username != u.original_username %} diff --git a/files/templates/userpage_blocked.html b/files/templates/userpage_blocked.html index 2aafc47b4..c13ae4eae 100644 --- a/files/templates/userpage_blocked.html +++ b/files/templates/userpage_blocked.html @@ -27,7 +27,7 @@ {% endblock %} {% block title %} -{{u.username}} +<span {% if u.patron %}class="patron" style="background-color:#{{u.namecolor}};"{% endif %}>{{u.username}}</span> {% endblock %} diff --git a/files/templates/userpage_blocking.html b/files/templates/userpage_blocking.html index 53515e938..17bab7eef 100644 --- a/files/templates/userpage_blocking.html +++ b/files/templates/userpage_blocking.html @@ -27,7 +27,7 @@ {% endblock %} {% block title %} -{{u.username}} +<span {% if u.patron %}class="patron" style="background-color:#{{u.namecolor}};"{% endif %}>{{u.username}}</span> {% endblock %} diff --git a/files/templates/viewers.html b/files/templates/viewers.html index c53b3272e..e44be5a3e 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 057ebafff..e563a6e6f 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 %}