Skip to content
Snippets Groups Projects
Unverified Commit 5c578c66 authored by Wes Appler's avatar Wes Appler Committed by GitHub
Browse files

Make the application view more printer friendly (#4229)

Fixes #4228. Makes hypha more printer friendly by not printing user
menus, the cookie consent prompt, or the hijack prompt.
parent dec8d274
No related branches found
No related tags found
1 merge request!102upgrade to 5.20.0
......@@ -123,7 +123,7 @@
{% display_submission_author True %}
</strong>
</span>
<div class="flex gap-4 justify-end flex-1 items-center">
<div class="flex gap-4 justify-end flex-1 items-center no-print">
{% can "delete_submission" object as can_delete_submission %}
{% if can_delete_submission %}
<a
......
......@@ -96,6 +96,9 @@ footer,
.tabs__container,
.js-actions-toggle,
.js-actions-sidebar,
.cookieconsent,
.djhj,
.no-print,
.section--share {
display: none !important;
}
......@@ -20,7 +20,7 @@
{% endif %}
{% endblock %}
<div class="flex gap-2">
<div class="flex gap-2 no-print">
{% if request.user.is_authenticated and request.user.is_apply_staff %}
{% include "includes/menu-notifications.html" %}
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment