Skip to content

Commit

Permalink
⏪ [#3123] use 'request.path' when compare to reverse
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Jun 6, 2023
1 parent 9c7ca7d commit a1196d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openforms/templates/includes/cookie-notice.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{% url 'cookie_consent_cookie_group_list' as manage_url %}

{% if cookie_groups and request.path_info != manage_url %}
{% if cookie_groups and request.path != manage_url %}
<div class="cookie-notice">

<span class="cookie-notice__text">
Expand Down

0 comments on commit a1196d7

Please sign in to comment.