Skip to content

Commit bb516dc

Browse files
committed
remove CFK popup
1 parent ed1ab68 commit bb516dc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

templates/base.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@
172172
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
173173
crossorigin="anonymous"></script>
174174
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
175-
{% if is_german_user %}
176-
{% include "popup-cfk.html" %}
177-
{% else %}
178-
{% include "popup-cfk.html" %}
179-
{% endif %}
175+
{#{% if is_german_user %}#}
176+
{# {% include "popup-cfk.html" %}#}
177+
{#{% else %}#}
178+
{# {% include "popup-cfk.html" %}#}
179+
{#{% endif %}#}
180180

181181

182182
<script src="/static/js/prism.js"></script>

0 commit comments

Comments
 (0)