|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
<div class="w-full grid grid-cols-1 md:grid-cols-2 l:grid-cols-3 xxlg1:grid-cols-4 gap-5 mt-3">
|
|
|
|
|
|
|
|
|
|
{% for subscription in active_subscriptions %}
|
|
|
|
|
<a href="{% url 'redirect-osimenu' %}">
|
|
|
|
|
<a href="{% url 'redirectosimenu' %}">
|
|
|
|
|
<div class="flex flex-col justify-center items-center shadow-md rounded-md cursor-pointer hover:scale-105 transition-transform duration-300">
|
|
|
|
|
<div class="w-full py-8 px-3 bg-gray-50 flex justify-center items-center rounded-t-md">
|
|
|
|
|
{% if subscription.item.item_type.name == 'OSIMENU' %}
|
|
|
|
|