Skip to content

Commit

Permalink
fix user-profile-id link
Browse files Browse the repository at this point in the history
  • Loading branch information
cadu-leite committed Dec 2, 2011
1 parent 6af172b commit 954dd2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.project
.pydevproject
*~
settings_local.py

2 changes: 1 addition & 1 deletion python_people/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3>Latest additions </h3>
<h3>New Developers / Users</h3>
<ol>
{% for user in users %}
<li><a href="{% url user-profile user.id %}">{{user.get_profile.name}}</a> <span class="discreet"> ( {{user.date_joined|date:"D d M Y"}} ) </span></li>
<li><a href="{% url user-profile user.get_profile.id %}">{{user.get_profile.name}}</a> <span class="discreet"> ( {{user.date_joined|date:"D d M Y"}} ) </span></li>
{% endfor %}
</ol>
</div>
Expand Down

0 comments on commit 954dd2e

Please sign in to comment.