{% extends "./template.html" %} {% block content %} {% load static %}

Bug Client Information

{% csrf_token %} {% if form_errors %}
{{ form_errors }}
{% endif %}
{{ bug_client_form.bug_client_name }}
{{ bug_client_form.list_of_bug_client }}
{{ bug_client_form.bug_client_url }}
Please note: NearBeach checks the connection of the bug client by;
  1. Connecting to the bug client
  2. Extracts a list of open bugs
  3. Converts the JSON into data
This may take some time due to connection speeds etc.
{% endblock %}