Do not require meta_noindex

This commit is contained in:
Raphael Michel
2018-10-03 12:52:37 +02:00
parent 4ca50d750b
commit 9f0e508ab3

View File

@@ -920,7 +920,8 @@ class DisplaySettingsForm(SettingsForm):
], # When adding a new ordering, remember to also define it in the event model
)
meta_noindex = forms.BooleanField(
label=_('Ask search engines not to index the ticket shop')
label=_('Ask search engines not to index the ticket shop'),
required=False
)
def __init__(self, *args, **kwargs):