Skip to content

Commit

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

make the opt-out form work even if JavaScript is disabled
  • Loading branch information
tsteur committed Jul 21, 2014
2 parents 72340f2 + 4988213 commit 4bdf5d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/CoreAdminHome/templates/optOut.twig
Expand Up @@ -26,6 +26,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 4bdf5d1

Please sign in to comment.