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

Commit

Permalink
Website field is now visible on profiles again. bug 741095
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakash Desai authored and tallowen committed Mar 31, 2012
1 parent 5338d2e commit 531e332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/phonebook/templates/phonebook/edit_profile.html
Expand Up @@ -25,6 +25,7 @@ <h1>{{ _('Edit Your Profile') }}</h1>
{% include 'phonebook/includes/photo_form.html' %}
{{ bootstrap(form.first_name) }}
{{ bootstrap(form.last_name) }}
{{ bootstrap(form.website) }}
{{ bootstrap(form.bio) }}
</div>
<div class="tab-pane" id="skills">
Expand Down

0 comments on commit 531e332

Please sign in to comment.