Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
django-crispy-forms / templates / bootstrap3 / layout / help_text_and_errors.html
Size: Mime:
{% if help_text_inline and not error_text_inline %}
    {% include 'bootstrap3/layout/help_text.html' %}
{% endif %}

{% if error_text_inline %}
    {% include 'bootstrap3/layout/field_errors.html' %}
{% else %}
    {% include 'bootstrap3/layout/field_errors_block.html' %}
{% endif %}

{% if not help_text_inline %}
    {% include 'bootstrap3/layout/help_text.html' %}
{% endif %}