Skip to content

Commit

Permalink
profile.html: typo corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-roy committed May 31, 2017
1 parent 4d35d7a commit 3852722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1 class="center-align" id="head"><a href="{{ url_for('index') }}"> StalkHub</a
<br>
<div class="col s12 m9 l9" style="padding-left: 50px">
<div class="row">
{% if basic.bio != None %}
{% if basic.name != None %}
<span class="flow-text">{{ basic.name }}</span>
{% endif %}
<small class="flow-text"><a href="{{ basic.html_url }}" target="_blank">@{{ basic.login }}</a></small><br>
Expand Down

0 comments on commit 3852722

Please sign in to comment.