Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfuyu committed Mar 15, 2014
1 parent c5bc470 commit fb64699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webbridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get(self):
return render_template('credits.html', title="Credits", \
main_page=BASEURL, modules=enabled_modules)
elif request.path == BASEURL+ "Contact":
return render_template('contact.html', title="Credits", \
return render_template('contact.html', title="Contact", \
main_page=BASEURL, modules=enabled_modules)

elif len(request.args) == 0:
Expand Down

0 comments on commit fb64699

Please sign in to comment.