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)) %}