emile 1 year ago
parent bb1a1105cf
commit fdfaafd1ef

@ -4,7 +4,7 @@ from rest_framework.decorators import api_view
from rest_framework.response import Response
from osinacore.models import *
from .serializers import *
from django.shortcuts import get_object_or_404
@api_view(['POST'])
def register_customer(request):

@ -128,7 +128,7 @@
<button
class="p-2 border border-gray-200 text-base h-[70px] bg-gray-100 text-gray-500 rounded-br-md timelineButton"
data-modal-url="{% url 'timeline' %}">Timeline</button>
data-modal-url="{% url 'timeline' task.task_id %}">Timeline</button>
</div>
</div>
</div>
@ -231,7 +231,7 @@
</a>
<button class="p-2 border border-gray-200 text-sm h-[70px] bg-gray-100 text-gray-500 timelineButton"
data-modal-url="{% url 'timeline' %}">Timeline</button>
data-modal-url="{% url 'timeline' task.task_id %}">Timeline</button>
</div>
</div>
</div>

@ -154,7 +154,7 @@
<button
class="p-2 border border-gray-200 text-base h-[70px] bg-gray-100 text-gray-500 rounded-br-md timelineButton"
data-modal-url="{% url 'timeline' %}">Timeline</button>
data-modal-url="{% url 'timeline' task.task_id %}">Timeline</button>
</div>
</div>
</div>
@ -263,7 +263,7 @@
<button
class="p-2 border border-gray-200 text-sm h-[70px] bg-gray-100 text-gray-500 timelineButton"
data-modal-url="{% url 'timeline' %}">Timeline</button>
data-modal-url="{% url 'timeline' task.task_id %}">Timeline</button>
</div>
</div>
</div>

@ -109,7 +109,7 @@
<button
class="p-2 border border-gray-200 text-base h-[70px] bg-gray-100 text-gray-500 rounded-br-md timelineButton"
data-modal-url="{% url 'timeline' %}">Timeline</button>
data-modal-url="{% url 'timeline' task.task_id %}">Timeline</button>
</div>
</div>
</div>
@ -213,7 +213,7 @@
</a>
<button class="p-2 border border-gray-200 text-sm h-[70px] bg-gray-100 text-gray-500 timelineButton"
data-modal-url="{% url 'timeline' %}">Timeline</button>
data-modal-url="{% url 'timeline' task.task_id %}">Timeline</button>
</div>
</div>
</div>

Loading…
Cancel
Save