diff --git a/events/forms.py b/events/forms.py index fd3b418..62a3e93 100644 --- a/events/forms.py +++ b/events/forms.py @@ -469,7 +469,7 @@ class InviteToJoinOrgForm(forms.ModelForm): class AcceptInviteToJoinOrgForm(forms.Form): confirm = forms.BooleanField(label="Yes, add my team to this organization", required=True) -class NewCommonEventForm(forms.ModelForm): +class CommonEventForm(forms.ModelForm): class Meta: model = CommonEvent fields = [ diff --git a/get_together/templates/get_together/orgs/create_common_event.html b/get_together/templates/get_together/orgs/create_common_event.html index b583db1..f67a05a 100644 --- a/get_together/templates/get_together/orgs/create_common_event.html +++ b/get_together/templates/get_together/orgs/create_common_event.html @@ -1,10 +1,6 @@ {% extends "get_together/base.html" %} {% load static %} -{% block extra_google_analytics %} - gtag('config', '{{settings.GOOGLE_ANALYTICS_ID}}', {'page_path': '/org/+create-event/'}); -{% endblock %} - {% block content %}