Implemented anime deletion

This commit is contained in:
2018-03-26 21:45:36 +02:00
parent 0b113fc8cd
commit cc16976ecb
2 changed files with 5 additions and 1 deletions

View File

@ -56,6 +56,8 @@ func Render(obj interface{}, title string, user *arn.User) string {
returnPath := ""
switch lowerCaseTypeName {
case "anime":
returnPath = "/explore"
case "company":
returnPath = "/companies"
default: