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

Commit d282174

Browse files
committed
Remove span3 from widget
1 parent 014e04a commit d282174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='sentry-github',
25-
version='0.1.1',
25+
version='0.1.2',
2626
author='David Cramer',
2727
author_email='[email protected]',
2828
url='http://github.com/getsentry/sentry-github',

src/sentry_github/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class GitHubOptionsForm(forms.Form):
1919
# TODO: validate repo?
2020
repo = forms.CharField(label=_('Repository Name'),
21-
widget=forms.TextInput(attrs={'class': 'span3', 'placeholder': 'e.g. getsentry/sentry'}),
21+
widget=forms.TextInput(attrs={'placeholder': 'e.g. getsentry/sentry'}),
2222
help_text=_('Enter your repository name, including the owner.'))
2323

2424

0 commit comments

Comments
 (0)