Skip to content

Commit

Permalink
correction de typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dralliw committed Aug 24, 2014
1 parent 0eb67c5 commit f7dc548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zds/forum/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def edit(request):
try:
page = int(request.POST["page"])
except:
#problem in vairable format
#problem in variable format
raise Http404
else:
page = 1
Expand Down

0 comments on commit f7dc548

Please sign in to comment.