Skip to content

Commit

Permalink
Merge pull request #15 from craue/feature-make-opt-out-work-without-j…
Browse files Browse the repository at this point in the history
…avascript

make the opt-out form work even if JavaScript is disabled (craue)
  • Loading branch information
Zeichen32 committed Jul 21, 2014
2 parents 8039913 + 15abff3 commit 5cc6737
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/optOut.twig
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
{{ 'CoreAdminHome_YouAreOptedOut'|translate }} {{ 'CoreAdminHome_ClickHereToOptIn'|translate }}
{% endif %}
</strong></label>
<noscript>
<button type="submit">{{ 'General_Save'|translate }}</button>
</noscript>
</form>
</body>
</html>

0 comments on commit 5cc6737

Please sign in to comment.