Bugfix: External spool

Improvement: Use fragments in templates
Features: Manual fill of empty tray
Bump version to 0.1.3
This commit is contained in:
Filip Bednárik
2024-12-22 23:32:58 +01:00
parent 5dd026479f
commit 96a85271c0
10 changed files with 203 additions and 252 deletions

7
templates/fill.html Normal file
View File

@ -0,0 +1,7 @@
{% extends 'base.html' %}
{% block content %}
<h1>Fill slot</h1>
<h2>AMS: {{ ams_id }}, Tray: {{ tray_id }}</h2>
{% with action_fill=True %}{% include 'fragments/list_spools.html' %}{% endwith %}
{% endblock %}