mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-06 05:26:22 -07:00
Add template loading to the templates manage action
This commit is contained in:
parent
a8436c5ee4
commit
7e07e24f16
6 changed files with 87 additions and 55 deletions
|
@ -165,8 +165,6 @@ type Post struct {
|
|||
DeletedAt time.Time // sql: `deleted_at`
|
||||
IsDeleted bool // sql: `is_deleted`
|
||||
BannedMessage string // sql: `banned_message`
|
||||
|
||||
sanitized bool
|
||||
}
|
||||
|
||||
// table: DBPREFIXreports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue