added authentication among other things. considered working at this point.
This commit is contained in:
@@ -1,17 +1,8 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"html/template"
|
||||
"synlotto-website/models"
|
||||
)
|
||||
|
||||
var Tmpl = template.Must(template.ParseFiles(
|
||||
"templates/layout.html",
|
||||
"templates/index.html",
|
||||
"templates/new_draw.html",
|
||||
"templates/new_ticket.html",
|
||||
"templates/tickets.html",
|
||||
))
|
||||
|
||||
var Draws []models.ThunderballResult
|
||||
var MyTickets []models.MyTicket
|
||||
|
||||
Reference in New Issue
Block a user