Docfile commited on
Commit
0489bc9
·
verified ·
1 Parent(s): c8cb35b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def index():
52
  return render_template('index.html', translations=translations)
53
 
54
  @app.route('/fang')
55
- def index():
56
  return render_template('fang.html', translations=fang_translation)
57
 
58
  @app.route('/vote/<int:id>/<string:action>')
 
52
  return render_template('index.html', translations=translations)
53
 
54
  @app.route('/fang')
55
+ def index_fang():
56
  return render_template('fang.html', translations=fang_translation)
57
 
58
  @app.route('/vote/<int:id>/<string:action>')