diff --git a/home/templates/home/base.html b/home/templates/home/base.html index c5a7a63..acf3eb3 100644 --- a/home/templates/home/base.html +++ b/home/templates/home/base.html @@ -54,20 +54,19 @@ {% endif %} - {% if user.is_authenticated %} -{# #} +{# #} -
+
+ {% if user.is_authenticated %} {{ user.username }} avatar + {% endif %} + + +
- - - -
- {% endif %}
diff --git a/home/templates/home/main.html b/home/templates/home/main.html index c873ff9..0e90791 100644 --- a/home/templates/home/main.html +++ b/home/templates/home/main.html @@ -1,10 +1,11 @@ {% extends "home/base.html" %} {% block content %} -

Welcome to JackShen World!

-

- Some of my old and new projects on Django, as well as web design and web animation using HTML + CSS + JS -

+

Welcome to JackShen World!

+

NOTE: For login use -> Login: guest  |  Password: !jack$hen.guest

+

+ Some of my old and new projects on Django, as well as web design and web animation using HTML + CSS + JS +