mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-07 20:38:45 +00:00
removed old edit user page
This commit is contained in:
parent
14898fea07
commit
8dcd6cfdd7
5 changed files with 0 additions and 68 deletions
|
@ -109,11 +109,6 @@ type UserData struct {
|
|||
NextLink string
|
||||
}
|
||||
|
||||
type UserEditData struct {
|
||||
*CommonData
|
||||
User *mastodon.Account
|
||||
}
|
||||
|
||||
type UserSearchData struct {
|
||||
*CommonData
|
||||
User *mastodon.Account
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue