Skip to content

Commit

Permalink
Remove 'beta' string from Dataverse Space form
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer authored and sevein committed Jan 18, 2019
1 parent a7b897b commit d83d383
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions storage_service/locations/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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<div class="alert">{}</div>'.format(
_('Integration with Dataverse is currently a beta feature'))
return mark_safe(content)


class DuracloudForm(forms.ModelForm):
class Meta:
Expand Down

0 comments on commit d83d383

Please sign in to comment.