{% extends "shared/base.html" %} {% block title %}Report an Issue - AniCove{% endblock %} {% block meta_description %}Report bugs, issues, or request features on AniCove.{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Report an Issue

Found a bug, something not working, or have a feature idea? Let us know and we'll look into it.

Report submitted! Thank you for your feedback. We'll review it and get back to you if needed.
{% if session.get('username') %}
Be specific — this helps us find and fix it faster.
Include any relevant details like error messages, browser, or device info.
Which page were you on when you encountered this issue?

My Reports

0
{% else %}

Please sign in to submit a bug report.

{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}