diff --git a/nyaa/templates/profile.html b/nyaa/templates/profile.html index f07d0a5..cbabd75 100644 --- a/nyaa/templates/profile.html +++ b/nyaa/templates/profile.html @@ -3,7 +3,20 @@ {% block body %} {% from "_formhelpers.html" import render_field %} -

Edit Profile

+

Profile of {{ name }}

+ +
+ +
+
+
User ID:
{{ g.user.id }}
+
User Class:
{{ level }}
+
User Created on:
{{ g.user.created_time }}
+
+
+
+
@@ -70,16 +81,6 @@
-
-
-
User ID:
-
{{g.user.id}}
-
Account created on:
-
{{g.user.created_time}}
-
User class:
-
{{level}}

-
-
{% endblock %}