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    
edx-gea / templates / edx_gea / form_errors.html
Size: Mime:
{% load i18n %}
{% trans "The assessment file contains errors, please fix them, and upload the file again." %}
{% for field in upload_assessment_file_form %} 
    {{ field.errors }}
{% endfor %}