Prechádzať zdrojové kódy

Merge pull request #2 from renweibo/master

Update index.html
Max Halford 9 rokov pred
rodič
commit
9c384543d3
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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 %}