You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
362 B

{% extends 'partials/base.html' %}
{% load staticfiles %}
{% load thumbnail %}
{% block content %}
{% include 'partials/header.html' %}
<div class="container">
<div class="row">
<h1>Заявка на распечатку принята</h1>
{% include 'partials/footer.html' %}
</div>
</div>
{% endblock %}