Cleaned up some stuff, fixed up a very stupid bug, properly used weblit's request header stuff, and setting up first steps for CRUD
This commit is contained in:
parent
3adbee7c77
commit
f42ce9a00c
15 changed files with 185 additions and 145 deletions
|
@ -10,6 +10,7 @@ local errors = {
|
|||
blog_was_deleted = "blog was deleted :(",
|
||||
blog_handle_taken = "blog handle is already taken",
|
||||
blog_handle_invalid = "blog handle is invalid!",
|
||||
blog_already_exists = "blog_already_exists",
|
||||
|
||||
post_not_found = "post not found :(",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue