{% extends 'base.html'%} {% load crispy_forms_tags %} {% block title %} Kiln create title {% endblock %} {% block content %}

ADD KILN TO DATABASE

Note that each new kiln kill be added to the database with its assigned zones, but with no elements inside. MThis means that all elements must be assigned into the kiln from available elements in stock.

{{ form|crispy }} {% csrf_token %}


{% endblock %}