Add moaaar tooltips

This commit is contained in:
luis cielak
2018-08-10 13:38:14 -04:00
parent a3489d50e4
commit 1bc44b8882
3 changed files with 15 additions and 3 deletions

View File

@@ -112,6 +112,12 @@ class RequestForm(ValidatedForm):
)
average_daily_traffic = IntegerField(
"Average Daily Traffic (Number of Requests)",
description="What is the average daily traffic you expect the systems under this cloud contract to use?"
)
average_daily_traffic_gb = IntegerField(
"Average Daily Traffic (GB)",
description="What is the average daily traffic you expect the systems under this cloud contract to use?"
)