From 87dd32da6ca863d4fd16f1c967c87b9509f1ee0a Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 16 Mar 2025 20:05:03 +0000 Subject: [PATCH] Add shortcut to event page for opening PDF with Ctrl+P Closes #457. You can still use browser default print if you are so inclined (however it looks trash). This is a quick way to export the PDF. --- RIGS/templates/event_detail.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/RIGS/templates/event_detail.html b/RIGS/templates/event_detail.html index e70050da..e419f17d 100644 --- a/RIGS/templates/event_detail.html +++ b/RIGS/templates/event_detail.html @@ -3,6 +3,19 @@ {% load markdown_tags %} {% load static %} +{% block js %} + {{ block.super }} + + +{% endblock %} + {% block content %}
{% if not request.is_ajax %}