Skip to content
Snippets Groups Projects
Verified Commit 9f9be1fc authored by Lloyd Meins's avatar Lloyd Meins :thought_balloon:
Browse files

Merge branch 'master' into 51-pdf-export-for-timetables

parents 2d354396 810c363e
No related branches found
No related tags found
1 merge request!77Resolve "PDF export for timetables"
Pipeline #7724 passed with warnings
......@@ -35,9 +35,8 @@
</h5>
{% endif %}
</div>
{# Show print button only if not on mobile #}
<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 %}">
<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">
<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