Skip to content

Commit

Permalink
Fixed the Edit Entry page
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Nov 8, 2013
1 parent c1b265b commit 94228b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/entries/_edit.html
Expand Up @@ -23,7 +23,7 @@
{% endset %}


{% set continueEditingUrl = 'entries/'~section.handle~'/{id}'~(draftId is defined ? '/drafts/'~draftId : '')~(craft.locale != localeId ? '/'~localeId : '') %}
{% set continueEditingUrl = 'entries/'~section.handle~'/{id}'~(draftId is defined ? '/drafts/'~draftId : '')~(craft.hasPackage('Localize') and craft.locale != localeId ? '/'~localeId : '') %}


{% set content %}
Expand Down

0 comments on commit 94228b1

Please sign in to comment.