Skip to content

Commit

Permalink
Be precise about what is tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
matejak committed Jun 11, 2024
1 parent c862740 commit 9747891
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions estimage/plugins/jira/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ class JiraForm(JiraFormStart, EncryptedTokenForm, JiraFormEnd):

class AuthoritativeForm(EncryptedTokenForm):
token = wtforms.PasswordField('Jira Token')
def __init__(self, ** kwargs):
super().__init__(** kwargs)
self.submit.label.text = "Save Estimate to Jira"

def clear_to_go(self):
self.enable_submit_button()
Expand Down

0 comments on commit 9747891

Please sign in to comment.