Skip to content

Instantly share code, notes, and snippets.

@sorbing
Created October 30, 2012 07:38
Show Gist options
  • Save sorbing/3978817 to your computer and use it in GitHub Desktop.
Save sorbing/3978817 to your computer and use it in GitHub Desktop.
{% block content %}
{% if subscribe %}
<p>{{ 'newsletter.title.subscribe_success'|trans }}</p>
{% else %}
<p>{{ 'newsletter.title.unsubscribe_success'|trans }}</p>
{% endif %}
<script type="text/javascript">
window.addEvent('domready', function()
{
location.href = '{{ back_url }}';
});
</script>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment