From 1117e70be2a8b4915dd9e97bd55cf7a0498b5d8c Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Fri, 26 Apr 2024 14:46:55 -0400 Subject: [PATCH] remove url_for, add main.js --- app.py | 2 +- templates/index.html | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/app.py b/app.py index b9c747b..f2c2628 100644 --- a/app.py +++ b/app.py @@ -1,4 +1,4 @@ -from flask import Flask, render_template, url_for +from flask import Flask, render_template app = Flask(__name__) diff --git a/templates/index.html b/templates/index.html index 3ed2329..17c944e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,7 +7,8 @@ - + + @@ -47,28 +48,28 @@ - + - + - + - + - + - + - + - +