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>
</div> </div>
{% if current_user.is_authenticated %} {% if current_user.is_authenticated %}
<h2 id="fancyboi"> Hi {{ current_user.email }}!</h2> <h2 id="fancyboi"> Hi {{ current_user.username }}!</h2>
{% else %} {% else %}
<h2 id="fancyboi"> Welcome to distribusi-verse</h2> <h2 id="fancyboi"> Welcome to distribusi-verse</h2>
{% endif %} {% endif %}

Loading…
Cancel
Save