Files
inventory_check/inventory_check/templates/index.html
2025-02-24 00:31:17 +00:00

11 lines
254 B
HTML

{% extends 'base.html' %}
{% from 'bootstrap/form.html' import render_form %}
{% block content %}
<h5> messages
<small class="float-right">
<a href="#bottom" title="Go Bottom">&darr;</a>
</small>
</h5>
{% endblock %}