Skip to content

Commit

Permalink
fix person edit link #178
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaith committed Jan 5, 2015
1 parent 68c3c77 commit 041ecd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talks/templates/events/person.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h3 class="panel-title">{{ person.name }}</h3>
</div>
<div class="panel-body">
<a class="pull-right btn btn-default" role="button" href="{% url 'edit-person' person.id %}">edit</a>
<a class="pull-right btn btn-default" role="button" href="{% url 'edit-person' person.slug %}">edit</a>
<p>{{ person.bio }}</p>
</div>

Expand Down

0 comments on commit 041ecd9

Please sign in to comment.