{% extends 'frontend/base.html' %} {% load static %} {% block navbar %} {% include 'frontend/snippet.navlinks.html' %} {% endblock %} {% block content %}
{% csrf_token %} {{ form.fqdn.errors }}
{{ form.fqdn }} {{ form.fqdn.help_text }}
{{ form.netbox_id.errors }}
{{ form.netbox_id }} {{ form.netbox_id.help_text }}
{{ form.username.errors }}
{{ form.username }} {{ form.username.help_text }}
{{ form.password.errors }}
{{ form.password }} {{ form.password.help_text }}
{{ form.url.errors }}
{{ form.url }} {{ form.url.help_text }}
{% endblock %}