Finalize account view

This commit is contained in:
2021-12-02 21:49:14 +00:00
parent 871b11bbcc
commit c56335adad
5 changed files with 59 additions and 9 deletions

View File

@ -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)
}