
    si                     >    d dl mZ d dlmZ ddlmZ  G d de      Zy)    render_to_string)	ModelForm   )
GeoFencingc                   *    e Zd ZdZ G d d      Zd Zy)GeoFencingSetupFormzGeofence Configurationc                       e Zd ZeZdgZy)GeoFencingSetupForm.Meta
company_idN)__name__
__module____qualname__r   modelexclude     4/var/www/python-projects/worksol/geofencing/forms.pyMetar      s    .r   r   c                 &    d| i}t        d|      }|S )zS
        Render the form fields as HTML table rows with Bootstrap styling.
        formzcommon_form.htmlr   )selfcontext
table_htmls      r   as_pzGeoFencingSetupForm.as_p   s      4.%&8'B
r   N)r   r   r   verbose_namer   r   r   r   r   r	   r	      s    +L! !r   r	   N)django.template.loaderr   
base.formsr   modelsr   r	   r   r   r   <module>r       s    3   ) r   