fromtheoutfit / navee

Navigation module for Craft CMS
Other
113 stars 6 forks source link

Template error on New Node form #1

Closed superwick closed 8 years ago

superwick commented 8 years ago

When trying to add my first new node in my fresh navigation, i get the following template error:

Variable "event" does not exist
/etc/www/sample-project/craft/plugins/navee/templates/nodes/_edit.html(17)

The offending line:

17   {% if craft.isLocalized() %}<input type="hidden" name="locale" value="{{ event.locale }}">{% endif %}
michaelfromtheoutfit commented 8 years ago

Hey @superwick - Just pushed up a change. Can you give that a shot?

superwick commented 8 years ago

Yup. Good to go. Thanks!

michaelfromtheoutfit commented 8 years ago

Glad to help! Let me know if you run into anything else.