From deb53cd8a6416fd225b96afbaf006e0426481749 Mon Sep 17 00:00:00 2001 From: Shanavas M Date: Mon, 20 Aug 2018 15:02:00 +0530 Subject: [PATCH] Show request details in popup modal --- mainapp/templates/mainapp/request_list.html | 115 +++++++++++++++++--- 1 file changed, 99 insertions(+), 16 deletions(-) diff --git a/mainapp/templates/mainapp/request_list.html b/mainapp/templates/mainapp/request_list.html index 0dbc34bcc..7363c581c 100644 --- a/mainapp/templates/mainapp/request_list.html +++ b/mainapp/templates/mainapp/request_list.html @@ -3,16 +3,18 @@ {% block css %} {% endblock %} @@ -104,8 +107,18 @@

ഇതു വരെ ആവശ്യപ്പെട്ട {{ req.requestee }} {{ req.requestee_phone }} {{ req.dateadded }} - More details - Update + + {% if req.latlng %} + Open in maps +
+ Accuracy: {{ req.latlng_accuracy }} + {% else %} + NA + {% endif %} + + {{ req.summarise | linebreaks }} + + Update {% endfor %} @@ -135,9 +148,79 @@

ഇതു വരെ ആവശ്യപ്പെട്ട + + +