mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
add help text for the new custom_virtualenv field
see: https://github.com/ansible/tower/issues/1866
This commit is contained in:
@@ -436,7 +436,8 @@ class CustomVirtualEnvMixin(models.Model):
|
||||
blank=True,
|
||||
null=True,
|
||||
default=None,
|
||||
max_length=100
|
||||
max_length=100,
|
||||
help_text=_('Local absolute file path containing a custom Python virtualenv to use')
|
||||
)
|
||||
|
||||
def clean_custom_virtualenv(self):
|
||||
|
||||
Reference in New Issue
Block a user