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.
17 lines
523 B
17 lines
523 B
{% extends "templates/lilcity/index.html" %} {% load static %}
|
|
|
|
{% block content %}
|
|
<div class="section">
|
|
<div class="section__center center">
|
|
<div class="title title_center">Вам подарок!</div>
|
|
<div class="text">
|
|
Пользователь ХХХ дарит вам сертификат на сумму ХХХ руб
|
|
</div>
|
|
<div class="center">
|
|
<a href="{% url '' %}" class="btn">
|
|
получить подарок
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock content %}
|
|
|