Coverage for apis_core/apis_entities/widgets.py: 0%

5 statements  

« prev     ^ index     » next       coverage.py v7.5.3, created at 2025-09-03 06:15 +0000

1from django.forms.widgets import Input 

2 

3 

4class PlaceLookup(Input): 

5 template_name = "apis_entities/widgets/placelookup.html" 

6 

7 class Media: 

8 js = ["js/placelookup.js"]