This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.utils.safestring import mark_safe | |
from crispy_forms import helper | |
from crispy_forms.utils import TEMPLATE_PACK, render_field | |
original_render_layout = helper.FormHelper.render_layout | |
def new_render_layout(self, form, context, template_pack=TEMPLATE_PACK): | |
""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "soc.models.document.Document", | |
"properties": [ | |
{ | |
"choices": null, | |
"group": null, | |
"name": "Is Featured", | |
"providers": [ | |
{ |