+ {% if line.fields|length == 1 %}{{ line.errors }}{% endif %}
{% for field in line %}
- {#
#}
+ {#
#}
- {% if not line.fields|length_is:'1' and not field.is_readonly %}
+ {% if not line.fields|length == 1 and not field.is_readonly %}
{{ field.errors }}
{% endif %}
diff --git a/setup.py b/setup.py
index 0c66492..7cdcabf 100644
--- a/setup.py
+++ b/setup.py
@@ -8,14 +8,14 @@
setup(
name='django-admin-corporate',
-version='1.0.2',
+version='1.0.3',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
description='Modern template for Django admin interface',
long_description=README,
long_description_content_type="text/markdown",
-url='https://appseed.us/product/corporate-ui-dashboard/django/',
+url='https://app-generator.dev/docs/products/django-libs/theme-corporate.html',
author='AppSeed.us',
author_email='support@appseed.us',
license='MIT License',