better search view and admin user reset
This commit is contained in:
parent
c8adfd2ef9
commit
4812a60367
7 changed files with 54 additions and 14 deletions
|
|
@ -67,6 +67,7 @@ func (u Users) Less(i, j int) bool { return u[i].Username < u[j].Username }
|
|||
|
||||
type Result struct {
|
||||
Title string
|
||||
Section string
|
||||
StoreTitle string
|
||||
HTML template.HTML
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue