{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% trans "My Trigger" %} - {{ user.username }} - Trigger Happy{% endblock %} {% block content %}

{% trans 'Edition of the properties for' %} {{ context.description }}

{{ form.non_field_errors }}
{{ context.description }} {% csrf_token %}
{% if form.team_id.errors %} {% endif %}
{{ form.team_id }}
Set your Team ID
{% if form.slack_token.errors %} {% endif %}
{{ form.slack_token }}
Set a token Slack provides you for the outgoing webhook
{% endblock %}