Skip to content
Snippets Groups Projects
Commit 38e5517d authored by Brian Moe's avatar Brian Moe
Browse files

Merge branch 'master' of ligo-vcs.phys.uwm.edu:/usr/local/git/gracedb

parents b7344f98 6ed074b4
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@ from django.forms.models import modelformset_factory
def triggerFormFactory(postdata=None, user=None):
class TF(forms.ModelForm):
farThresh = forms.FloatField(label='FAR Threshold')
farThresh = forms.FloatField(label='FAR Threshold (Hz)',
help_text="Leave blank to recieve all events, regardless of FAR.")
class Meta:
model = Trigger
exclude = ['user', 'triggerType']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment