diff --git a/core/__pycache__/forms.cpython-311.pyc b/core/__pycache__/forms.cpython-311.pyc index 7190282..3def7a2 100644 Binary files a/core/__pycache__/forms.cpython-311.pyc and b/core/__pycache__/forms.cpython-311.pyc differ diff --git a/core/__pycache__/whatsapp_utils.cpython-311.pyc b/core/__pycache__/whatsapp_utils.cpython-311.pyc index 327d6f6..81f17cc 100644 Binary files a/core/__pycache__/whatsapp_utils.cpython-311.pyc and b/core/__pycache__/whatsapp_utils.cpython-311.pyc differ diff --git a/core/forms.py b/core/forms.py index 09ac040..2500420 100644 --- a/core/forms.py +++ b/core/forms.py @@ -184,7 +184,7 @@ class ParcelForm(forms.ModelForm): labels = { 'description': _('Package Description'), 'weight': _('Weight (kg)'), - 'price': _('Shipping Price (OMR)'), + 'price': _('Your Offer Price (Bid) (OMR)'), 'pickup_country': _('Pickup Country'), 'pickup_governate': _('Pickup Governate'), 'pickup_city': _('Pickup City'), diff --git a/core/templates/core/driver_dashboard.html b/core/templates/core/driver_dashboard.html index f332690..8c19b25 100644 --- a/core/templates/core/driver_dashboard.html +++ b/core/templates/core/driver_dashboard.html @@ -26,10 +26,17 @@
{% trans "Pickup" %}: {{ parcel.pickup_address }}
{% trans "Delivery" %}: {{ parcel.delivery_address }}
-