mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
replace (unimplemented) bug report page with coming soon page
This commit is contained in:
parent
42f965f19f
commit
db7f457ebb
1 changed files with 2 additions and 1 deletions
|
@ -287,7 +287,8 @@ def do_login():
|
|||
|
||||
@app.route("/issue/bug")
|
||||
def report_bug():
|
||||
return render_template("report_bug.html")
|
||||
# return render_template("report_bug.html")
|
||||
return render_template("coming_soon.html")
|
||||
|
||||
@app.route("/help/settings")
|
||||
def help_settings():
|
||||
|
|
Loading…
Reference in a new issue