We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69a72f1 + 884bb22 commit 7656b6dCopy full SHA for 7656b6d
src/open_inwoner/components/templates/components/Header/AccessibilityHeader.html
@@ -30,11 +30,6 @@
30
{% link href="#" icon="help_outline" text=link_text extra_classes="accessibility--modal" %}
31
</li>
32
{% endif %}
33
-
34
- <li class="accessibility-header__list-item">
35
- {% trans "Print pagina" as link_text %}
36
- {% link href="#" icon="print" text=link_text extra_classes="accessibility--print" %}
37
- </li>
38
</ul>
39
<div class="help-modal" data-help-title="{% trans 'Uitleg pagina' %}" data-help-text="{{ help_text }}" data-help-close="{% trans 'Sluiten' %}"></div>
40
</div>
0 commit comments