PHRAS-3164 export add term of use design

This commit is contained in:
Harrys Ravalomanana
2020-07-07 15:46:30 +04:00
parent 6092bf9c0c
commit 47c6ad80e0
2 changed files with 18 additions and 2 deletions

View File

@@ -152,9 +152,8 @@
</div>
{% endif %}
{{ _self.choose_title('download', choose_export_title, default_export_title) }}
{% if app['conf'].get(['registry', 'actions', 'tou-validation-required-for-export']) == true %}
<div class="well-small">
<div class="well-small acceptDl-info">
<label for="TOU_acceptDL" class="checkbox">
<input type="checkbox" name="TOU_accept" id="TOU_acceptDL" value="1" />
{% set beginning_link = '<a href="' ~ path('get_tou') ~ '" class="TOUview">' %}