File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
django_daisy/templates/admin/widgets Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11{% load i18n static %}
2- < div class ="related-widget-wrapper flex flex-row max-sm:flex-wrap justify-start gap-1 w-full max-w-sm "
2+ {#< div class ="related-widget-wrapper flex flex-row max-sm:flex-wrap justify-start gap-1 w-full max-w-sm "#}
3+ < div class ="related-widget-wrapper flex flex-row max-sm:flex-wrap justify-start gap-1 w-full "
34 {% if not model_has_limit_choices_to %}data-model-ref ="{{ model }} "{% endif %} >
4- < div class ="rounded-md flex w-full max-xl:max-w-lg max-lg:max-w-md max-sm:max-w-xs ">
5+ {# < div class ="rounded-md flex w-full max-xl:max-w-lg max-lg:max-w-md max-sm:max-w-xs "> #}
6+ < div class ="rounded-md flex w-full ">
57 {{ rendered_widget }}
68 </ div >
79 <!-- Dropdown for links -->
You can’t perform that action at this time.
0 commit comments