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

{% trans 'Edition of your trigger' %} {{ context.description }}

{{ form.non_field_errors }}
{{ context.description }} {% csrf_token %}
{% if form.subreddit.errors %} {% endif %}
{{ form.subreddit }}
in which subreddit to create a post or share a link ? (name without '/r/')
{% if form.share_link.errors %} {% endif %}
{{ form.share_link }}
Do you just want ot share link ? if no a post is created
{% endblock %}