parent
8e75482649
commit
07b9b0a399
@ -1,16 +1,21 @@ |
|||||||
{% extends '::base.html.twig' %} |
{% extends '::base.html.twig' %} |
||||||
|
{% block title %}{{ parent() }} - Updated terms and conditions{% endblock %} |
||||||
{% block body %} |
{% block body %} |
||||||
<div class="container-fluid"> |
<div class="container"> |
||||||
<div class="row"> |
<div class="row"> |
||||||
<div class="col-xs-12"> |
<div class="col-xs-12 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3"> |
||||||
<div class="alert alert-info">Our terms of service have been updated.<br>You must accept these terms to be able to continue using the application.</div> |
<div class="panel panel-info"> |
||||||
|
<div class="panel-heading"> |
||||||
|
<h3 class="panel-title">Updated terms and conditions</h3> |
||||||
</div> |
</div> |
||||||
<div class="col-xs-12"> |
<div class="panel-body"> |
||||||
<iframe src="{{ tos_url }}" style="width: 100%; height: 70vh;"></iframe> |
Our terms of service have been updated.<br>You must accept these terms to be able to continue using the application. |
||||||
</div> |
</div> |
||||||
<div class="col-xs-12"> |
<div class="panel-body"> |
||||||
{{ form(form, {'style': 'horizontal'}) }} |
{{ form(form, {'style': 'horizontal'}) }} |
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
</div> |
</div> |
||||||
{% endblock %} |
{% endblock %} |
Reference in new issue