1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Webhook admin form cleanup

This commit is contained in:
Jeremy Stretch
2018-07-16 13:54:50 -04:00
parent 92de67a2ae
commit ea09023616
3 changed files with 9 additions and 6 deletions

View File

@ -25,8 +25,9 @@ def order_content_types(field):
#
class WebhookForm(forms.ModelForm):
payload_url = LaxURLField()
payload_url = LaxURLField(
label='URL'
)
class Meta:
model = Webhook