diff --git a/core/__pycache__/urls.cpython-311.pyc b/core/__pycache__/urls.cpython-311.pyc index 384084c..198b087 100644 Binary files a/core/__pycache__/urls.cpython-311.pyc and b/core/__pycache__/urls.cpython-311.pyc differ diff --git a/core/__pycache__/views.cpython-311.pyc b/core/__pycache__/views.cpython-311.pyc index 50e031b..6abdf0f 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/templates/core/blood_request_list.html b/core/templates/core/blood_request_list.html index a128447..86d24d8 100644 --- a/core/templates/core/blood_request_list.html +++ b/core/templates/core/blood_request_list.html @@ -76,7 +76,13 @@ {% endif %} {% if user.is_authenticated and user.donor_profile and req.user != user %} - Volunteer + {% if can_volunteer %} + Volunteer + {% else %} + + {% endif %} {% endif %} Call diff --git a/core/templates/core/chat.html b/core/templates/core/chat.html index d6b7d29..e868a41 100644 --- a/core/templates/core/chat.html +++ b/core/templates/core/chat.html @@ -115,13 +115,28 @@ Online -
Phone: {{ donor.phone }}
{{ hero.donor.name }}
-Saved Life {{ hero.date|timesince }} ago
-| Hero | +Champion | Impact | Location | Date | diff --git a/core/templates/core/profile.html b/core/templates/core/profile.html index 1ee9c72..82c6acd 100644 --- a/core/templates/core/profile.html +++ b/core/templates/core/profile.html @@ -174,12 +174,18 @@
|---|