@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
import hashlib
from random import random
from django.utils import timezone
from django.db import models
@ -25,7 +25,7 @@
{% endif %}
</td>
<td>
{% if 'активна' in object.get_paid_status %}
{% if 'активна' in object.get_paid_status and not object.type %}
<div class="status-license">
<svg width="20" height="20">
<image xlink:href="{% static 'img/check.svg' %}" src="{% static 'img/check.png' %}" width="20" height="20"/>