Closed superwick closed 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 %}
Hey @superwick - Just pushed up a change. Can you give that a shot?
Yup. Good to go. Thanks!
Glad to help! Let me know if you run into anything else.
When trying to add my first new node in my fresh navigation, i get the following template error:
The offending line: