WebApp Design modern
This commit is contained in:
parent
49c9e36a0c
commit
b5931509af
5 changed files with 580 additions and 157 deletions
2
app.py
2
app.py
|
|
@ -178,7 +178,7 @@ def edit_category(category):
|
|||
return render_template(
|
||||
"edit_category.html",
|
||||
category=category,
|
||||
words=categories[category]
|
||||
words=sorted(categories[category])
|
||||
)
|
||||
@app.route(
|
||||
"/categories/add_word/<category>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue