Pārlūkot izejas kodu

Update index.html

renweibo 9 gadi atpakaļ
vecāks
revīzija
c71e06f110
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      app/templates/index.html

+ 2 - 2
app/templates/index.html

@@ -9,7 +9,7 @@
 	<h1 class="ui header">{{ title }}</h1>
 
 	{% if current_user.is_authenticated %}
-	  	<h2 class="ui header">Hi {{ current_user.name }}!</h2>
+	  	<h2 class="ui header">Hi {{ current_user.first_name }}!</h2>
 	{% endif %}
 
-{% endblock %}
+{% endblock %}