From 328c9150228156c04d1045469c7dbcd7b5f4fedf Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Mon, 2 May 2022 17:43:39 -0700 Subject: admin auth and manage page working for initial pass through --- static/manage.html | 72 ------------------------------------------------------ 1 file changed, 72 deletions(-) delete mode 100644 static/manage.html (limited to 'static/manage.html') diff --git a/static/manage.html b/static/manage.html deleted file mode 100644 index c3d818c..0000000 --- a/static/manage.html +++ /dev/null @@ -1,72 +0,0 @@ -{{ define "title" }}{{ .Title }}{{ end }} -{{ define "header" }} - -{{ end }} -{{ define "top" }}{{ end }} -{{ define "content" }} -
-

Manage /{{ .Board.Name }}/

- - -
-[Return] -{{ $actor := .Board.Actor.Id }} -{{ $board := .Board }} -{{ $key := .Key }} -{{ if .IsLocal }} -
-

Following

- [{{ if .AutoSubscribe }}Toggle Auto Follow Off{{ else }}Toggle Auto Follow On{{ end }}] -
- -
- -
-
also https://fchan.xyz/g/following or https://fchan.xyz/g/followers
- -
- -
-

Followers

- -
-{{ end }} - -
-

Reported

- -
-{{ end }} -{{ define "bottom" }}{{ end }} - -{{ define "script" }} - -{{ end }} -- cgit v1.2.3