fix styling on some pages
This commit is contained in:
@@ -50,7 +50,7 @@ func (h *Handler) FileView(c *gin.Context) {
|
||||
|
||||
fileRecord, err := h.fileService.GetFileByViewID(id)
|
||||
if err != nil {
|
||||
c.HTML(404, "fileNotFound.html", nil)
|
||||
c.HTML(404, "error.html", nil)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user