Skip to content

Commit

Permalink
Add new twig block
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumazeau committed Jun 12, 2023
1 parent 8f39c23 commit a6f7ed1
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@

<button type="button" class="terms-module-button-secondary terms-module-action terms-module-action-space terms-module-open-loader" onclick="refuseTerms()">{{ 'terms_module.sign.refuse'|trans({}, 'terms_module') }}</button>
<button type="button" class="terms-module-button-primary terms-module-action terms-module-action-space terms-module-open-loader" onclick="acceptTerms()">{{ 'terms_module.sign.accept'|trans({}, 'terms_module') }}</button>
<a class="terms-module-link terms-module-action-space terms-module-open-loader" onclick="ignoreTerms()">{{ 'terms_module.sign.prefer_answer_later'|trans({}, 'terms_module') }}</a>

{% block answerLaterBlock%}
<a class="terms-module-link terms-module-action-space terms-module-open-loader" onclick="ignoreTerms()">{{ 'terms_module.sign.prefer_answer_later'|trans({}, 'terms_module') }}</a>
{% endblock %}
</form>
</div>

Expand Down

0 comments on commit a6f7ed1

Please sign in to comment.