Fix syntax error due to merge

This commit is contained in:
Niko Strijbol 2020-01-13 14:09:04 +01:00
parent 6f5753d493
commit d1ab7c73d1
No known key found for this signature in database
GPG key ID: 1A8AEBABD9012251

View file

@ -1,11 +1,11 @@
module PreprocessHelper module PreprocessHelper
def required_attrs def required_attrs
{ {
event: { event: {
time: 'An event item should include the :time attribute, which describes the begin time and date of the event.', time: 'An event item should include the :time attribute, which describes the begin time and date of the event.',
title: 'The event does not include a :title', title: 'The event does not include a :title',
location: 'The event should include a :location, a textual description', location: 'The event should include a :location, a textual description',
locationlink: 'The event does not include a :locationlink, which is a querystring which is used for Google Maps', },
privacy: { privacy: {
status: 'A privacy item must include the status of the project' status: 'A privacy item must include the status of the project'
} }