{% extends "base.html" %} {% load i18n %} {% load static %} {% load gravatar %} {% load socialaccount %} {% load humanize %} {% providers_media_js %} {% load custom_tags %} {% block title %} Report an issue | OWASP BLT {% endblock title %} {% block style %} {% endblock style %} {% block content %} {% include "includes/sidenav.html" %}
{% csrf_token %}

{% trans "REPORT A BUG" %}

{% for domain in top_domains %} {{ domain.domain__name }} {% endfor %}
{% if request.GET.hash %}
screenshot {% else %}

{% trans "or drag and drop" %}

PNG, JPG, GIF up to 5 images

{% endif %}
{% include "includes/md_editor.html" %}

{% trans "ADD TEAM MEMBERS" %}

{% trans "Team members should be bughunts users" %}.

{{ captcha_form.captcha }}
{% endblock content %} {% block after_js %} {% endblock after_js %}