Skip to content
Snippets Groups Projects
Commit f841bd91 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch...

Merge branch '131-print-button-uses-default-browser-print-dialogue-before-redirecting' into 'master'

Resolve "Print button uses default browser print dialogue before redirecting"

Closes #131

See merge request !158
parents 186db470 c3958ac3
No related branches found
No related tags found
1 merge request!158Resolve "Print button uses default browser print dialogue before redirecting"
Pipeline #10732 failed
......@@ -36,7 +36,7 @@
{% endif %}
</div>
<div class="col s4 m6 l4 xl3 right align-right no-print">
<a class="waves-effect waves-teal btn-flat btn-flat-medium right hide-on-small-and-down" href="{% url "timetable_print" type.value pk %}" id="print">
<a class="waves-effect waves-teal btn-flat btn-flat-medium right hide-on-small-and-down" href="{% url "timetable_print" type.value pk %}">
<i class="material-icons center">print</i>
</a>
</div>
......
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