Finalize account view
This commit is contained in:
@ -63,5 +63,5 @@ func (h *Handler) account(c *gin.Context) {
|
||||
Transactions: transactions,
|
||||
}
|
||||
|
||||
c.HTML(http.StatusOK, "budget.html", d)
|
||||
c.HTML(http.StatusOK, "account.html", d)
|
||||
}
|
||||
|
Reference in New Issue
Block a user