|
|
|
@ -44,12 +44,12 @@
|
|
|
|
|
Project</button>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a href="{% url 'addservice_with_customer' customer.id %}" class="w-full md:w-fit">
|
|
|
|
|
<a href="{% url 'addcustomerticket' customer.id %}" class="w-full md:w-fit">
|
|
|
|
|
<button
|
|
|
|
|
class="w-full md:w-fit text-base px-3 py-2 bg-osiblue text-white outline-none border border-osiblue rounded-md cursor-pointer hover:bg-white hover:text-osiblue duration-300">Add
|
|
|
|
|
Ticket</button>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="{% url 'addservice' customer.id %}" class="w-full s:w-fit">
|
|
|
|
|
<a href="{% url 'addservice_with_customer' customer.id %}" class="w-full s:w-fit">
|
|
|
|
|
<button
|
|
|
|
|
class="w-full s:w-fit px-5 py-2 bg-white text-secondosiblue border border-white rounded-md cursor-pointer hover:bg-secondosiblue hover:text-white duration-300 hidden"
|
|
|
|
|
id="addServiceButton">Add
|
|
|
|
|