Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Add plugin key to form
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed May 13, 2015
1 parent e7aa800 commit 5d94f46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sentry_jira/templates/sentry_jira/project_conf_form.html
Expand Up @@ -2,6 +2,8 @@

<form class="form" action="" method="post" id="jira_issue_form">
{% csrf_token %}
<input type="hidden" name="plugin" value="{{ plugin.slug }}" />

{{ form|crispy }}
<div class="form-actions">
<button type="submit" class="btn btn-primary">{% trans "Save Changes" %}</button>
Expand Down

0 comments on commit 5d94f46

Please sign in to comment.