master
q3k 2014-12-07 12:45:42 +01:00
parent 591923f05f
commit 37685484a3
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ def about_en():
parse_subscribe_requests()
return render_template('about_en.html', entries=pull_feed_entries())
@app.route('/card', methods=['GET', 'POST']_
@app.route('/card', methods=['GET', 'POST'])
def card():
# redirect to homepage for now - will maybe be an API endpoint for the new
# membership card in the future