removed old edit user page

This commit is contained in:
localhost_frssoft 2023-11-10 12:08:33 +03:00
parent 14898fea07
commit 8dcd6cfdd7
5 changed files with 0 additions and 68 deletions

View file

@ -109,11 +109,6 @@ type UserData struct {
NextLink string
}
type UserEditData struct {
*CommonData
User *mastodon.Account
}
type UserSearchData struct {
*CommonData
User *mastodon.Account

View file

@ -34,7 +34,6 @@ const (
RetweetedByPage = "retweetedby.tmpl"
SearchPage = "search.tmpl"
SettingsPage = "settings.tmpl"
UserEditPage = "useredit.tmpl"
FiltersPage = "filters.tmpl"
ProfilePage = "profile.tmpl"
MutePage = "mute.tmpl"