fix mistakes in templates
This commit is contained in:
@@ -98,7 +98,7 @@ def db_migrate(database):
|
||||
totp_col = True
|
||||
if "blog_theme" == col[0]:
|
||||
blog_theme_col = True
|
||||
|
||||
|
||||
|
||||
cursor.execute("""SELECT name FROM PRAGMA_TABLE_INFO('Blog_posts');""")
|
||||
db_columns = cursor.fetchall()
|
||||
|
||||
Reference in New Issue
Block a user