Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions main_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,42 +233,42 @@ def render_testimonials_page():

@app.route("/app-form-details")
def app_form_details():
return render_template("app-form-details.html")
return render_template("app/form-details.html")


@app.route("/app-form")
def app_form():
return render_template("app-form.html")
return render_template("app/form.html")


@app.route("/app-additional")
def app_additional():
return render_template("app-additional.html")
return render_template("app/additional.html")


@app.route("/app-household")
def app_household():
return render_template("app-household.html")
return render_template("app/household.html")


@app.route("/app-long-text")
def app_long_text():
return render_template("app-long-text.html")
return render_template("app/long-text.html")


@app.route("/app-questionnaire")
def app_questionnaire():
return render_template("app-questionnaire.html")
return render_template("app/questionnaire.html")


@app.route("/app-reference")
def app_reference():
return render_template("app-reference.html")
return render_template("app/reference.html")


@app.route("/app-form-admin")
def app_form_admin():
return render_template("app-form-admin.html")
return render_template("app/form-admin.html")


def get_events():
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.