d9c514629b56c5d184afec7c8fb38ffcfe1b1e17
[qcg-portal.git] / 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 %}