Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def index():
|
|
52 |
return render_template('index.html', translations=translations)
|
53 |
|
54 |
@app.route('/fang')
|
55 |
-
def
|
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>')
|