diff --git a/config/config.exs b/config/config.exs index d2a0f9214..8cb7c203a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -41,7 +41,10 @@ config :mobilizon, :instance, email_reply_to: "noreply@localhost" config :mobilizon, :groups, enabled: true -config :mobilizon, :events, creation: true + +config :mobilizon, :events, + creation: true, + external: true config :mobilizon, :restrictions, only_admin_can_create_groups: false config :mobilizon, :restrictions, only_groups_can_create_events: false diff --git a/js/src/components/Event/EventActionSection.vue b/js/src/components/Event/EventActionSection.vue index 7a5dff456..396efc615 100644 --- a/js/src/components/Event/EventActionSection.vue +++ b/js/src/components/Event/EventActionSection.vue @@ -1,7 +1,13 @@