{% load i18n %} {% trans "Save" %} {% trans "Save and Next" %} {% include 'tags/btn-group-editor.js' %} {% trans "Next" %} var tag = this; tag.next = function () { _.set(tag, 'parent.opts.ValidationMixin.allow_tab_change', true); routeToTag.next(); _.unset(tag, 'parent.opts.ValidationMixin.allow_tab_change'); };