{% extends 'generic/_base.html' %} {% load form_helpers %} {% block title %}Setup Wizard — Step 1 of 3{% endblock %} {% block content %}
{% csrf_token %}
Step 1: Webserver Connection
{% if form.non_field_errors %} {% endif %}

Enter the URL and HMAC token for the netbox-zabbix-sync webserver. A connectivity test will be performed to verify the connection.

{% render_field form.url %} {% render_field form.token %}
Cancel
{% endblock content %}