OneGov Docs
The Design of OneGov Cloud
OneGov Org - OneGov Cloud’s Flagship Application
Feriennet - A Complicated Org
Write Forms with Formcode Syntax
OneGov Agency API
OneGov Election Day API
OneGov Cloud Modules
API Reference
OneGov Docs
Module code
fsi
fsi.utils
Source code for fsi.utils
[docs]
def
handle_empty_p_tags
(
html
:
str
)
->
str
:
return
html
if
html
!=
'<p></p>'
else
''