implemented "front end" of invites for community/conference/topic, including common view template

This commit is contained in:
2026-01-29 23:14:24 -07:00
parent 84d734578b
commit a0064b37a5
6 changed files with 162 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
{{ end }}
{{ if isset(canInvite) }}
<div class="text-center">
<a href="/TODO/comm/{{ commAlias }}/invite"
<a href="/comm/{{ commAlias }}/invite"
class="inline-block bg-blue-600 hover:bg-blue-700 text-white px-4 py-1 rounded text-xs font-medium transition-colors">
Invite
</a>