add: ability to convert existing communities into forums
This commit is contained in:
parent
3958d5eaef
commit
2407e6b213
8 changed files with 125 additions and 24 deletions
|
@ -311,7 +311,7 @@
|
|||
(div ("id" "tokens") ("style" "display: contents"))
|
||||
|
||||
(div
|
||||
("class" "flex justify_between")
|
||||
("class" "flex justify_right gap_2")
|
||||
(a
|
||||
("href" "/auth/login")
|
||||
("class" "button")
|
||||
|
@ -323,7 +323,8 @@
|
|||
("class" "lowered")
|
||||
("onclick" "document.getElementById('tokens_dialog').close()")
|
||||
("type" "button")
|
||||
(icon (text "check")))))))
|
||||
(icon (text "check"))
|
||||
(str (text "dialog:action.okay")))))))
|
||||
|
||||
; user scripts
|
||||
(text "{%- endif %} {% if user and use_user_theme -%} {{ components::theme(user=user, theme_preference=user.settings.theme_preference) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue