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

Commit

Permalink
Add note about saving changes to reload form (we should make this suc…
Browse files Browse the repository at this point in the history
…k less)
  • Loading branch information
dcramer committed Feb 8, 2016
1 parent 5b917e5 commit bfd5a11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_jira/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class JIRAOptionsForm(forms.Form):
)
default_issue_type = forms.ChoiceField(
label=_("Default Issue Type"),
required=False
required=False,
)
auto_create = forms.BooleanField(
label=_("Auto create JIRA tickets"),
Expand Down
4 changes: 4 additions & 0 deletions sentry_jira/templates/sentry_jira/project_conf_form.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{% load i18n crispy_forms_filters %}

<div class="alert alert-info alert-block">
If you change login credentials or the default project you will need to save changes in order to populate new options.
</div>

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

0 comments on commit bfd5a11

Please sign in to comment.