From 0f951dcf029d4af284467543a3afdf5bf6581a20 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 23 Apr 2024 11:16:38 +0100 Subject: switched to Django --- ui/html/pages/persons_list.tmpl.html | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 ui/html/pages/persons_list.tmpl.html (limited to 'ui/html/pages/persons_list.tmpl.html') diff --git a/ui/html/pages/persons_list.tmpl.html b/ui/html/pages/persons_list.tmpl.html deleted file mode 100644 index 87689df..0000000 --- a/ui/html/pages/persons_list.tmpl.html +++ /dev/null @@ -1,33 +0,0 @@ -{{ define "title" }}Operations{{end}} - - -{{ define "main" }} -

People [Admin]

- -{{if .Persons}} - - - - - - - - - - - {{range .Persons }} - - - - - - - {{end}} - -
First NameLast NameOrganisationRole
{{.FirstName}}{{.LastName}}{{.OrganisationName}}{{.RoleName}}
-{{else}} -

There are no operations.

-{{end}} - -{{ end }} - -- cgit v1.2.3