Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dustball committed May 3, 2012
1 parent 3daa2ce commit 6da2c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def get(self,id):
vote = issue.vote_for_member(user)

issueUrl = self.request.uri
self.response.out.write(template.render('templates/Issue.html', locals()))
self.response.out.write(template.render('templates/issue.html', locals()))


def post(self,id):
Expand Down

0 comments on commit 6da2c88

Please sign in to comment.