Skip to content
This repository was archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
Merge pull request #470 from uktrade/CMS-148-cookie-notice
Browse files Browse the repository at this point in the history
Update cookie notice
  • Loading branch information
konradko authored Aug 15, 2018
2 parents 1d955cc + cfa3c17 commit fa8fc2a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions core/templates/core/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
{% endif %}
{% endblock %}

{% block cookie_notice %}
<div dir="ltr">
{{ block.super }}
</div>
{% endblock %}

{% block body_header %}
{% include 'header.html' %}
{% endblock %}
Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ sorl-thumbnail==12.3
zenpy==1.1.10
directory-forms-api-client==2.2.0
directory-components==2.17.2
export-elements==0.17.3
directory-cms-client==4.2.1
directory-api-client==10.0.2
directory-validators==5.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ django==1.11.15
django_recaptcha==1.2.0
djangorestframework==3.7.7 # via sigauth
docutils==0.14 # via botocore
export-elements==0.16.0 # via directory-components
export-elements==0.17.3
gunicorn==19.5.0
idna==2.6 # via requests
jmespath==0.9.3 # via boto3, botocore
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ django==1.11.15
django_recaptcha==1.2.0
djangorestframework==3.7.7 # via sigauth
docutils==0.14 # via botocore
export-elements==0.16.0 # via directory-components
export-elements==0.17.3
flake8==3.0.4
freezegun==0.3.8
gunicorn==19.5.0
Expand Down

0 comments on commit fa8fc2a

Please sign in to comment.