Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Fix: There is no tags table anymore
Browse files Browse the repository at this point in the history
But — some people are agitating for it to make a comeback.
  • Loading branch information
bnmnetp committed Nov 4, 2022
1 parent daf0257 commit 18a2344
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions controllers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ def assignments():
assigndict[row.id] = row.name

tags = []
tag_query = db(db.tags).select()
for tag in tag_query:
tags.append(tag.tag_name)
# tag_query = db(db.tags).select()
# for tag in tag_query:
# tags.append(tag.tag_name)

course = get_course_row(db.courses.ALL)
base_course = course.base_course
Expand Down

0 comments on commit 18a2344

Please sign in to comment.