changing app title
extending gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -164,3 +164,4 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
docs/online.md
|
||||
|
||||
@@ -100,7 +100,7 @@ def build_keyword_palette() -> Dict[str, Dict[str, str]]:
|
||||
|
||||
@app.route('/', methods=['GET'])
|
||||
def index():
|
||||
title = "Bobby Job Listings"
|
||||
title = "Job Listings"
|
||||
all_jobs = get_all_jobs()
|
||||
# Apply user preference filters if no explicit filters provided
|
||||
selected_region = request.args.get("region")
|
||||
|
||||
Reference in New Issue
Block a user