{% extends "_base.html" %} {% block title %}Bugs ยท Cauldron{% endblock %} {% block content %}
// bugs ยท feedback to the witch

the complaints ledger

something broken? something missing? leave it on the cauldron's ledger and it'll find its way to whoever can fix it. reports here go straight to bugs.sulkta.com โ€” the central tracker for every sulkta service.
{% if not bugs_configured %}

๐Ÿช„ the bug tracker isn't wired up on this deploy. ask the operator to set BUGS_API_KEY in cauldron's env and restart.

{% else %}

file a new one

your reports

{% if is_admin %} {% endif %}
loading...
{% endif %} {% endblock %}