Browse Source

hi message for usersnames instead emails

current_wdka_release
crunk 2 years ago
parent
commit
b75c221c6b
  1. 2
      verse/templates/index.html

2
verse/templates/index.html

@ -39,7 +39,7 @@
</div>
</div>
{% if current_user.is_authenticated %}
<h2 id="fancyboi"> Hi {{ current_user.email }}!</h2>
<h2 id="fancyboi"> Hi {{ current_user.username }}!</h2>
{% else %}
<h2 id="fancyboi"> Welcome to distribusi-verse</h2>
{% endif %}

Loading…
Cancel
Save