completed member export and removed some "breaking" bugs, still work to be done on the XML output
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user