mauflix/source/templates/bugs.html

8 lines
104 B
HTML
Raw Normal View History

2022-11-17 17:51:43 -06:00
{% extends "base.html" %}
{% block content %}
<b>TODO: Reporta un problema</b>
{% endblock %}