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    
Size: Mime:
{% if form.errors and form.non_field_errors %}
    <div id="errorMsg">
        {% if form_error_title %}<h3>{{ form_error_title }}</h3>{% endif %}
        <ol>
            {{ form.non_field_errors|unordered_list }}
        </ol>
    </div>
{% endif %}