We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425fd2c commit 0437baeCopy full SHA for 0437bae
app.py
@@ -794,12 +794,12 @@ def home():
794
795
@app.route("/about")
796
def about():
797
- return render_template("about.html" pageTitle="About")
+ return render_template("about.html", pageTitle="About")
798
799
800
@app.route("/fmsreport")
801
def fmsreport():
802
- return render_template("fmsreport.html" pageTitle="Reporting to the RIT Service Center")
+ return render_template("fmsreport.html", pageTitle="Reporting to the RIT Service Center")
803
804
805
@app.route("/map")
0 commit comments