From 5c16b183f3e58d643260ccac482d2fec811e1c94 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 26 Aug 2021 23:12:38 +0200 Subject: [PATCH] fdfd --- files/classes/user.py | 2 +- files/templates/comments.html | 2 +- files/templates/submission.html | 2 +- files/templates/submission_listing.html | 2 +- files/templates/userpage.html | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/files/classes/user.py b/files/classes/user.py index 3e40cac2c..ab3981851 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -35,7 +35,7 @@ class User(Base, Stndrd, Age_times): profileurl = Column(String) bannerurl = Column(String) patron = Column(Integer, default=0) - verified = Column(Boolean) + verified = Column(String) email = Column(String) css = deferred(Column(String)) profilecss = deferred(Column(String)) diff --git a/files/templates/comments.html b/files/templates/comments.html index c6e51f255..51e612efc 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -135,7 +135,7 @@ {% if c.is_blocking %}{% endif %} {% if c.is_blocked %}{% endif %} - {% if c.author.verified %} + {% if c.author.verified %} {% endif %} {{c.author.username}}{% if c.author.customtitle %}  {{c.author.customtitle | safe}}{% endif %} diff --git a/files/templates/submission.html b/files/templates/submission.html index b21ee24bf..8140f18e9 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -258,7 +258,7 @@ {% if p.over_18 %}+18{% endif %} {% if p.private %}Draft{% endif %} {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} - {% if p.author.verified %} + {% if p.author.verified %} {% endif %} {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %}  {{p.age_string}} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 5615c9dca..79c9b2af6 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -106,7 +106,7 @@ {% if p.is_blocked %}{% endif %} {% if p.private %}Draft{% endif %} {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} - {% if p.author.verified %} + {% if p.author.verified %} {% endif %} {{p.author.username}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %}  {{p.age_string}} diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 86f5885cf..623e5d8a5 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -114,7 +114,7 @@ {% endif %} - {% if u.verified %}{% endif %} + {% if u.verified %}{% endif %} {% if u.admin_level > 1 or (u.admin_level == 1 and (not v or v.admin_level < 2)) %} @@ -357,7 +357,7 @@ {% endif %} - {% if u.verified %}{% endif %} + {% if u.verified %}{% endif %} {% if u.admin_level > 1 or (u.admin_level == 1 and (not v or v.admin_level < 2)) %}