completed member export and removed some "breaking" bugs, still work to be done on the XML output

This commit is contained in:
2026-02-26 16:19:24 -07:00
parent c74563be51
commit 344562c55c
10 changed files with 141 additions and 23 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
<!-- Page Title with Tabs -->
<div class="mb-6">
<div class="flex items-baseline gap-2">
<h1 class="text-blue-800 text-4xl font-bold">Find:</h1>
<h1 class="text-blue-800 text-4xl font-bold">Members of Community:</h1>
<span class="text-blue-800 text-2xl">{{ comm.Name }}</span>
</div>
<hr class="border-2 border-gray-400 w-4/5 mt-2 mb-6">
@@ -18,7 +18,7 @@
{{ if canExport }}
<div class="flex">
[
<a href="/TODO/comm/{{ comm.Alias }}/member_export" class="text-blue-700 hover:text-blue-900">Export Member List</a>
<a href="/comm/{{ comm.Alias }}/members/export" class="text-blue-700 hover:text-blue-900">Export Member List</a>
]
</div>
{{ end }}