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

New Bug Client

{% 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 some basic information about the bug client
  3. Converts the JSON into data
This may take some time due to connection speeds etc.
{% endblock %}