Skip to content

Commit 0437bae

Browse files
committed
Updated app.py
added commas to the page title formatting
1 parent 425fd2c commit 0437bae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,12 +794,12 @@ def home():
794794

795795
@app.route("/about")
796796
def about():
797-
return render_template("about.html" pageTitle="About")
797+
return render_template("about.html", pageTitle="About")
798798

799799

800800
@app.route("/fmsreport")
801801
def fmsreport():
802-
return render_template("fmsreport.html" pageTitle="Reporting to the RIT Service Center")
802+
return render_template("fmsreport.html", pageTitle="Reporting to the RIT Service Center")
803803

804804

805805
@app.route("/map")

0 commit comments

Comments
 (0)