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    
fun-apps / templates / problem_stats / nothandled.html
Size: Mime:
## mako
<%! from django.utils.translation import ugettext as _ %>
<%! from course_dashboard.problem_stats.utils import percentage %>

<%inherit file="base.html" />

<%block name="answers_distribution">
    <p style='margin-bottom : 150px;'>
        ${ _("The answers distribution for problem {} is not handled yet.").format(question_id)}
    </p>
</%block>