From efff63c5c04d52abdae7ab1b2fbea8f8e89041dc Mon Sep 17 00:00:00 2001 From: UnKnoWn Date: Thu, 18 May 2017 04:31:42 +0800 Subject: [PATCH] A more structured look for profile --- nyaa/templates/profile.html | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) 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 %}