Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Commit

Permalink
display location instead of city/country
Browse files Browse the repository at this point in the history
  • Loading branch information
thraxil committed Feb 27, 2016
1 parent cfcb631 commit 7673639
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions spokehub/templates/userena/profile_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@
{% endif %}
</dd>
{% endif %}
{% if profile.city %}
<dt>{% trans "City" %}</dt>
<dd>{{ profile.city }}</dd>
{% endif %}
{% if profile.country %}
<dt>{% trans "Country" %}</dt>
<dd>{{ profile.country }}</dd>
{% if profile.location %}
<dt>Location</dt>
<dd>{{ profile.location }}</dd>
{% endif %}
{% if profile.about_me %}
<dt>{% trans "About me" %}</dt>
Expand Down

0 comments on commit 7673639

Please sign in to comment.