{% extends "exceptbot/base.html" %} {% block content %}

App Settings

Set-up your app here. None of these fields are required for exception logging, but functionality will be limited.

{% csrf_token %} {% for field in form %}
{{ field }} {% if field.help_text %} {{ field.help_text }} {% endif %} {% for error in field.errors %}
{{ error }}
{% endfor %}
{% endfor %}
{% endblock %}