parent
ea2cda9ff5
commit
be36a86b67
3 changed files with 35 additions and 21 deletions
@ -0,0 +1,10 @@ |
||||
{% extends "templates/lilcity/index.html" %} {% load static %} {% block content %} |
||||
{% if school and request.user.bonus %} |
||||
|
||||
{% endif %} |
||||
<div class="section"> |
||||
<div class="section__center center"> |
||||
{% include "./paymentwall_widget.html" %} |
||||
</div> |
||||
</div> |
||||
{% endblock content %} |
||||
@ -1,9 +1,3 @@ |
||||
{% extends "templates/lilcity/index.html" %} {% load static %} {% block content %} |
||||
<div class="section"> |
||||
<div class="section__center center"> |
||||
{% autoescape off %} |
||||
{{ widget }} |
||||
{% endautoescape %} |
||||
</div> |
||||
</div> |
||||
{% endblock content %} |
||||
{% autoescape off %} |
||||
{{ widget }} |
||||
{% endautoescape %} |
||||
|
||||
Loading…
Reference in new issue