Skip to content

Commit

Permalink
make the opt-out form work even if JavaScript is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Jul 21, 2014
1 parent ca84f22 commit 4988213
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/CoreAdminHome/templates/optOut.twig
Original file line number Diff line number Diff line change
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 4988213

Please sign in to comment.