Merge pull request #114 from alphagov/no-service-hint

Remove hint from choose service page
This commit is contained in:
NIcholas Staples
2016-01-27 12:24:44 +00:00

View File

@@ -93,4 +93,4 @@ class ServicesBrowsableItem(BrowsableItem):
@property
def hint(self):
return "Some service hint here"
return None