mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
Remove assorted references to Tower.
Reword and remove references to Tower so they don't need parameterized.
This commit is contained in:
@@ -66,7 +66,7 @@ class Schedule(CommonModel):
|
||||
)
|
||||
enabled = models.BooleanField(
|
||||
default=True,
|
||||
help_text=_("Enables processing of this schedule by Tower.")
|
||||
help_text=_("Enables processing of this schedule.")
|
||||
)
|
||||
dtstart = models.DateTimeField(
|
||||
null=True,
|
||||
|
||||
Reference in New Issue
Block a user