From d83d383f44dd258f6ba4c1b5a879ca22270e2ae6 Mon Sep 17 00:00:00 2001 From: Ross Spencer Date: Thu, 10 Jan 2019 02:15:35 +0100 Subject: [PATCH] Remove 'beta' string from Dataverse Space form --- storage_service/locations/forms.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/storage_service/locations/forms.py b/storage_service/locations/forms.py index ccad72727..9b1e278bc 100644 --- a/storage_service/locations/forms.py +++ b/storage_service/locations/forms.py @@ -115,13 +115,6 @@ class Meta: model = models.Dataverse fields = ('host', 'api_key', 'agent_name', 'agent_type', 'agent_identifier') - def as_p(self): - # Add a warning to the Dataverse-specific section of the form - content = super(DataverseForm, self).as_p() - content += '\n
{}
'.format( - _('Integration with Dataverse is currently a beta feature')) - return mark_safe(content) - class DuracloudForm(forms.ModelForm): class Meta: