commit
6b73cac0f5
1 changed files with 16 additions and 1 deletions
@ -1 +1,16 @@ |
||||
<h1>{{ object }}</h1> |
||||
{% 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 %} |
||||
Loading…
Reference in new issue