creating template from submitted jobs
[qcg-portal.git] / qcg / templates / qcg / download_error.html
1 {% extends 'qcg/base.html' %}
2
3 {% block container %}
4     <h1 class="page-header">{% block title %}Błąd pobierania{% endblock %}</h1>
5
6     <h3>{{ msg }}</h3>
7     <h2><small>{{ url }}</small></h2>
8 {% endblock container %}