openspoolman/templates/issue.html

7 lines
102 B
HTML
Raw Permalink Normal View History

{% extends 'base.html' %}
{% block content %}
<h1>Solve issue</h1>
<h2>TBD</h2>
{% endblock %}