From a000a6cdb661d99625f42257ad1c056c81edd066 Mon Sep 17 00:00:00 2001 From: tanishq Date: Sun, 28 Mar 2021 12:36:15 +0530 Subject: [PATCH 01/76] styled helpline, added meta tag to common --- main_app/static/Images/helpline.svg | 1 + main_app/templates/main_app/common.html | 1 + .../templates/main_app/helpline_numbers.html | 220 ++++++++++-------- 3 files changed, 123 insertions(+), 99 deletions(-) create mode 100644 main_app/static/Images/helpline.svg diff --git a/main_app/static/Images/helpline.svg b/main_app/static/Images/helpline.svg new file mode 100644 index 00000000..ba9cc14e --- /dev/null +++ b/main_app/static/Images/helpline.svg @@ -0,0 +1 @@ +night calls \ No newline at end of file diff --git a/main_app/templates/main_app/common.html b/main_app/templates/main_app/common.html index 8cfb6e00..4135089d 100644 --- a/main_app/templates/main_app/common.html +++ b/main_app/templates/main_app/common.html @@ -2,6 +2,7 @@ {% load static %} + - - - - -
- -
- 24 * 7 -
-
-

- - WOMEN HELPLINE NUMBERS - - 24 * 7 -

+ + +
+ person making a phone call +
+

WOMEN HELPLINE NUMBERS

+

Click "Call Now" to get help or dial

-
- -
- - - - - + + +
+
-

•    Women Helpline - All India

-
-

1091    

-
+ + + + + + - - + + - - + + - - + - - + - - + - - + + - + - + + + -
HELPLINEPHONE NUMBER
-

•    Women Helpline - Domestic - Abuse

-
-

181    

-
Women Helpline - All IndiaCall Now1091
-

•    National Commison For Women - (NCW)

-
-

011-26942369     -
- 26944754    

-
Women Helpline - Domestic AbuseCall Now181
-

•     Delhi Commision For Women

-
-

011-23378044    
23378317    
- 23370597    

+
National Commission for Women (NCW) + Call Now011-26942369
+ Call Now011-26944754
-

•    Outer Delhi Helpline

-
-

011-27034873       
- 27034874    

+
Delhi Commission for Women + Call Now011-23378044
+ Call Now011-23378317
+ Call Now011-23370597
-

•    Student Child Helpline

-
-

1098    

+
Outer Delhi Helpline + Call Now011-27034873
+ Call Now011-27034874
-

•     National Human Right Commision

-
-

011-23385368       
- 9810298900    

-
Student Child HelplineCall Now1098
-

•     National Commision for Women

+
National Human Right's Commission + Call Now011-23385368
+ Call Now9810298900
-

011-23237166        -
23234918    

+
National Commission for Women + Call Now011-23237166
+ Call Now011-23234918
-
-
-
-
-
- -
+ {% endblock %} From 9e8f7943faf25f5a4f4273b67396ea17cb5c914f Mon Sep 17 00:00:00 2001 From: tanishq Date: Tue, 30 Mar 2021 10:16:21 +0530 Subject: [PATCH 02/76] changes to td a tags --- .../templates/main_app/helpline_numbers.html | 34 +++++++++++-------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/main_app/templates/main_app/helpline_numbers.html b/main_app/templates/main_app/helpline_numbers.html index c86db6d9..ea27e93f 100644 --- a/main_app/templates/main_app/helpline_numbers.html +++ b/main_app/templates/main_app/helpline_numbers.html @@ -145,6 +145,7 @@ margin-right: 1em; text-decoration: none; color: #6C63FF; + display: block; } td a:hover { font-weight: bolder; @@ -164,6 +165,9 @@ .intro-section img { width: 375px; } + td a { + display: inline-block; + } } @@ -176,7 +180,7 @@ person making a phone call

WOMEN HELPLINE NUMBERS

-

Click "Call Now" to get help or dial

+

Click "Call" to get help or dial

@@ -191,50 +195,50 @@

Click "Call Now" to get help or dial

Women Helpline - All India - Call Now1091 + Call1091 Women Helpline - Domestic Abuse - Call Now181 + Call181 National Commission for Women (NCW) - Call Now011-26942369
- Call Now011-26944754 + Call011-26942369
+ Call011-26944754 Delhi Commission for Women - Call Now011-23378044
- Call Now011-23378317
- Call Now011-23370597 + Call011-23378044
+ Call011-23378317
+ Call011-23370597 Outer Delhi Helpline - Call Now011-27034873
- Call Now011-27034874 + Call011-27034873
+ Call011-27034874 Student Child Helpline - Call Now1098 + Call1098 National Human Right's Commission - Call Now011-23385368
- Call Now9810298900 + Call011-23385368
+ Call9810298900 National Commission for Women - Call Now011-23237166
- Call Now011-23234918 + Call011-23237166
+ Call011-23234918 From cfb8b5e7c5c4ba48affffad7aa81e80b127c26fb Mon Sep 17 00:00:00 2001 From: tanishq Date: Sat, 10 Apr 2021 23:38:29 +0530 Subject: [PATCH 03/76] fixed and styled login page --- main_app/static/Images/login.svg | 1 + main_app/templates/main_app/login.html | 329 ++++++++++++++++--------- 2 files changed, 216 insertions(+), 114 deletions(-) create mode 100644 main_app/static/Images/login.svg diff --git a/main_app/static/Images/login.svg b/main_app/static/Images/login.svg new file mode 100644 index 00000000..a36d53c3 --- /dev/null +++ b/main_app/static/Images/login.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/main_app/templates/main_app/login.html b/main_app/templates/main_app/login.html index 559a5d74..953c09a9 100644 --- a/main_app/templates/main_app/login.html +++ b/main_app/templates/main_app/login.html @@ -4,43 +4,154 @@ {% load socialaccount %} {% block content %} - - - -
-
+ --> + {% endblock %}
- + \ No newline at end of file From 62e2678602ce5e1802a2c924c6b953819f4ff009 Mon Sep 17 00:00:00 2001 From: tanishq Date: Mon, 12 Apr 2021 12:53:26 +0530 Subject: [PATCH 04/76] fixed login page --- main_app/templates/main_app/login.html | 254 +++++++++++++------------ 1 file changed, 131 insertions(+), 123 deletions(-) diff --git a/main_app/templates/main_app/login.html b/main_app/templates/main_app/login.html index 953c09a9..9581e94e 100644 --- a/main_app/templates/main_app/login.html +++ b/main_app/templates/main_app/login.html @@ -2,13 +2,14 @@ {% extends "main_app/common.html" %} {% load static %} {% load socialaccount %} - -{% block content %} - + + + {% block content %} - - +
-

WELCOME

-

Login through Registered Account

+

WELCOME

+
- - - - + {% endblock %} -
- - - \ No newline at end of file From e8b1d52aae0aa3d2392619803727c4f7a1a34fb4 Mon Sep 17 00:00:00 2001 From: Jayapritha21 Date: Tue, 13 Apr 2021 12:23:46 +0530 Subject: [PATCH 05/76] added delete account feature --- main_app/templates/main_app/common.html | 2 ++ main_app/templates/main_app/home.html | 1 + main_app/urls.py | 1 + main_app/views.py | 13 +++++++++++++ mysite/urls.py | 1 + 5 files changed, 18 insertions(+) diff --git a/main_app/templates/main_app/common.html b/main_app/templates/main_app/common.html index 8cfb6e00..508cc2c1 100644 --- a/main_app/templates/main_app/common.html +++ b/main_app/templates/main_app/common.html @@ -273,6 +273,8 @@

   {{user.username}}

Logout + Delete Account +
{% else %} diff --git a/main_app/templates/main_app/home.html b/main_app/templates/main_app/home.html index 3281480e..16c06cdb 100644 --- a/main_app/templates/main_app/home.html +++ b/main_app/templates/main_app/home.html @@ -213,6 +213,7 @@

   {{user.username}}

{% else %} diff --git a/main_app/urls.py b/main_app/urls.py index 68625a51..cb28c7ae 100644 --- a/main_app/urls.py +++ b/main_app/urls.py @@ -14,6 +14,7 @@ path('register/', views.register, name="register"), path('logout/', views.logout_request, name="logout"), path('login/', views.login_request, name="login"), + path('delete_account/', views.delete_account, name='delete_account'), path('emergency_contact/', views.emergency_contact, name="emergency_contact"), path("create_contact/", views.create_contact , name="create_contact"), path("update_contact//", views.update_contact, name="update_contact"), diff --git a/main_app/views.py b/main_app/views.py index b70602df..d7a0b597 100644 --- a/main_app/views.py +++ b/main_app/views.py @@ -89,6 +89,19 @@ def logout_request(request): return redirect("main_app:home") + +def delete_account(request,username): + try: + user = User.objects.get(username = username) + user.delete() + messages.success(request,user.username+", Your account is deleted successfully!") + + except User.DoesNotExist: + messages.error(request, "User doesnot exist") + + return redirect('main_app:home') + + def login_request(request): form = LoginForm(request.POST) username = request.POST.get('Username_or_Email') diff --git a/mysite/urls.py b/mysite/urls.py index 07ec4490..e62beaa5 100644 --- a/mysite/urls.py +++ b/mysite/urls.py @@ -35,5 +35,6 @@ path('reset///',auth_views.PasswordResetConfirmView.as_view(template_name="main_app/password_reset_form.html"), name="password_reset_confirm"), path('reset_password_complete/', auth_views.PasswordResetCompleteView.as_view(template_name="main_app/password_reset_done.html"), name="password_reset_complete"), path('accounts/', include('allauth.urls')), + path('delete_account/', views.delete_account, name='delete_account'), ] From 7ed0288276656a3a0d21dfac4eecfde358ff2504 Mon Sep 17 00:00:00 2001 From: naman153 <153namangupta@gmail.com> Date: Thu, 15 Apr 2021 10:34:11 +0530 Subject: [PATCH 06/76] Adding Women Safety Numbers Statewise --- .../templates/main_app/helpline_numbers.html | 1015 ++++++++++++++++- 1 file changed, 1014 insertions(+), 1 deletion(-) diff --git a/main_app/templates/main_app/helpline_numbers.html b/main_app/templates/main_app/helpline_numbers.html index 3874cd27..a99e906a 100644 --- a/main_app/templates/main_app/helpline_numbers.html +++ b/main_app/templates/main_app/helpline_numbers.html @@ -208,9 +208,1022 @@

aria-hidden="true">

- + + + + + + + + + + +
+

+ + WOMEN HELPLINE NUMBERS STATEWISE + + 24 * 7 +

+
+ +
+ +
    +
  • +
    + arrow_drop_down +

       

    DELHI

    +
    +
    + + + + + + + + + + + + + + + +
    +

    •    Delhi Commison for women

    +
    +

    011-23237166    

    + 23370597    

    +
    +

    •    Delhi Women Protection Cell

    +
    +

    011-24673366    

    + 4156    

    + 7699    

    +
    +

    •    Shakti Shalini ( N.G.O ) Women Shelter , Support Survivors , Councelling

    +
    +

    011-24373737    

    + 011-24373736    

    + 10920    

    +
    +
    +
  • +
    +
+ + +
    +
  • +
    + arrow_drop_down +

       

    ANDHRA PRADESH

    +
    +
    + + + + + + + + + + + + + + + + + + + +
    +

    •    Andhra Pradesh - Hyderabad/Secundrabad Police station

    +
    +

    040-27853508    

    +
    +

    •    Andhra Pradesh Women Protection cell

    +
    +

    040-23320539    

    +
    +

    •    Andhra Pradesh Women Commission

    +
    +

    0863-2329090    

    +
    +

    •    Hyderabad Women Police Station

    +
    +

    040-27852400     + 4852    

    +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    ARUNACHAL PRADESH

    +
    +
    + + + + + + + +
    +

    •    Arunachal Pradesh Women Commission 'C' Sector, Ita Nagar

    +
    +

    0360-2214567     + 0360-2220013    

    +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    ASSAM

    +
    +
    + + + + + + + + + + + +
    +

    •    Assam Women Helpline

    +
    +

    181    

    + 9345215029    

    + 0361-2521242    

    +
    +

    •    Assam Women Commission

    +
    +

    2220150    

    + 0361-2227888    

    + 0361-2220013    

    +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    BIHAR

    +
    +
    + + + + + + + + + + + +
    +

    •    Bihar Women Helpline

    +
    +

    18003456247    

    + 0612-2320047    

    + 2214318    

    +
    +

    •    Bihar Women Commission

    +
    +

    0612- 2507800    

    +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    CHANDIGARH

    +
    +
    + + + + + + + +
    +

    •    Chandigarh Women Police

    +
    +

    0172-2741900    

    +
    +
    +
  • +
    +
+ + +
    +
  • +
    + arrow_drop_down +

       

    CHATTISHGARH

    +
    +
    + + + + + + + +
    +

    •    Chattishgarh Women Commission

    +
    +

    0771-2429977    

    + 4013189    

    + 18002334299    

    + 0771-4241400    

    +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    GOA

    +
    +
    + + + + + + + + + + + + +
    +

    •    GOA Women Helpline

    +
    +

    1091    

    + 0832-2421208    

    +
    +

    •    GOA Women Commission

    +
    +

    0832-2421080    

    +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    GUJRAT

    +
    +
    + + + + + + + + + + + + + + + +
    +

    •    STATE WOMEN COMMMISION GUJRAT

    +
    +

    18002331111    

    + 079-23251604    

    + 079-23251613    

    +
    +

    •    GUJRAT - Ahemdabad Women Group

    +
    +

    7926441214    

    + +
    +

    •    GUJRAT - Self Employed Women’s Association

    +
    +

    079-25506477    

    + 25506444    

    + +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    HARYANA

    +
    +
    + + + + + + + + + + + + + + + + + + + +
    +

    •    Haryana Women and Child Helpline

    +
    +

    0124-2335100    

    + +
    +

    •    Helpline for women in Distress

    +
    +

    9911599100    

    + +
    +

    •    Haryana Women Commission

    +
    +

    0172-2584039    

    + 0172-2583639    

    + +
    +

    •    Women and Child Development Department

    +
    +

    0172-2560349    

    +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    HIMACHAL PRADESH

    +
    +
    + + + + + + + +
    +

    •    Himachal Pradesh Women Commision

    +
    +

    9816077100    

    + 0177-2622929    

    + 0177-2783607    

    + 01892-228072    

    +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    MAHARASHTRA

    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    •    Mumbai Railway Police

    +
    +

    9833331111    

    + +
    +

    •    Mumbai Police Women Helpline No.

    +
    +

    022-22633333    

    + 22620111    

    + +
    +

    •    Maharashtra Women Commision

    +
    +

    07477722424    

    + 022-26592707    

    + +
    +

    •    Maharashtra Women Helpline

    +
    +

    022-26111103    

    + 1298    

    + 103    

    +
    +

    •    MAJLIS - MAHARASHTRA

    +
    +

    022-26661252    

    + 26662394    

    + +
    +

    •    Navi Mumbai Police Station

    +
    +

    022-27580255    

    +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    PUNJAB

    +
    +
    + + + + + + + + + + + + + + + + + + + +
    +

    •    Women Helpline Punjab

    +
    +

    1091    

    + 112    

    +
    +

    •    Women Helpline Amritsar City Only

    +
    +

    9781101091    

    + +
    +

    •    Punjab Women Commission

    +
    +

    0172-2712607    

    + 0172-2783607    

    + +
    +

    •    Punjab Samvad ( NGO )

    +
    +

    0172-2546389    

    + 2700109    

    + 276000114    

    +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    TAMIL NADU

    +
    +
    + + + + + + + + + + + +
    +

    •    Tamil Nadu Women Helpline

    +
    +

    044-28592750    

    + +
    +

    •    State Commission for Women

    +
    +

    044-28551155    

    + +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    TRIPURA

    +
    +
    + + + + + + + + +
    +

    •    Tripura Commmission for Women

    +
    +

    0381-2323355    

    + 0381-2322912    

    + +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    RAJASTHAN

    +
    +
    + + + + + + + + + + + + + + + + + + + +
    +

    •    Rajasthan Nirbhaya Helpline

    +
    +

    1800-1200-020    

    +
    +

    •    Rajasthan Women Commission

    +
    +

    0141-2779001    

    + +
    +

    •    Rajasthan Women Helpline

    +
    +

    0141-2744000    

    + +
    +

    •    Jodhpur Women Helpline

    +
    +

    0291-2012112    

    + +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    KARNATAKA

    +
    +
    + + + + + + + + + + + + + + + + + + + +
    +

    •    Banglore Women Police

    +
    +

    080-22943225    

    +
    +

    •    Karnataka Women Police

    +
    +

    0821-2418400    

    + +
    +

    •    Karnataka Women Commision

    +
    +

    080-22100435    

    + 080-22862368    

    + 080-2216485    

    + +
    +

    •    Mysore Women Police

    +
    +

    0821-2418110    

    + 0821-2418410    

    + +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    MADHYA PRADESH

    +
    +
    + + + + + + + + + + + + +
    +

    •    Madhya Pradesh Women Commission

    +
    +

    0755-2661813    

    + 0755-2661802    

    + 0755-2661806    

    + 0755-2661808    

    + 1800-233-6112    

    +
    +

    •    Madhya Pradesh Mahila thana

    +
    +

    0731-2434999    

    + +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    KERALA

    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    •    Kerala Women Police Helpline (Trivandrum)

    +
    +

    9995399953    

    +
    +

    •    Kerala Women’s Commission

    +
    +

    0471-2322590    

    + 0471-2320509    

    + 0471-2337589    

    + 0471-2339878    

    + 0471-2339882    

    + +
    +

    •    State Vanitha Cell

    +
    +

    0471-2338100    

    + + +
    +

    •    Women Cell , Kollam

    +
    +

    0474-2742376    

    + + +
    +

    •    Women Cell , Kochi

    +
    +

    0484-2396730   

    + + +
    +
    +
  • +
    +
+ + +
    +
  • +
    + arrow_drop_down +

       

    UTTAR PRADESH

    +
    +
    + + + + + + + + + + + + + +
    +

    •    Uttar Pradesh Women commission

    +
    +

    0522-2306403    

    + 18001805220    

    +
    +

    •    Uttar Pradesh Women Helpline

    +
    +

    1090    

    + 112    

    + + +
    +
    +
  • +
    +
+ +
    +
  • +
    + arrow_drop_down +

       

    WEST BENGAL

    +
    +
    + + + + + + + + + + + + + + + + + +
    +

    •    West Bengal women commission

    +
    +

    033-23595609    

    + 033-23210154    

    +
    +

    •    Swayam - Westbengal

    +
    +

    033-24863367    

    + 3368    

    + 3357    

    +
    +

    •    West Bengal Commission for Protection of Child Rights (WBCPCR)

    +
    +

    9830056006    

    + 9836078780    

    + + +
    +
    +
  • +
    +



From 1395677c1de96f89124084de9648eee8fb858a01 Mon Sep 17 00:00:00 2001 From: unknown <24vaibhavsharma24@gmail.com> Date: Fri, 16 Apr 2021 02:33:36 +0530 Subject: [PATCH 07/76] FAQ Page Added --- main_app/static/css/FAQstyles.css | 115 ++++++++++++ main_app/templates/main_app/FAQ.html | 238 ++++++++++++++++++++++++ main_app/templates/main_app/common.html | 6 + main_app/templates/main_app/home.html | 1 + main_app/urls.py | 1 + main_app/views.py | 2 + 6 files changed, 363 insertions(+) create mode 100644 main_app/static/css/FAQstyles.css create mode 100644 main_app/templates/main_app/FAQ.html diff --git a/main_app/static/css/FAQstyles.css b/main_app/static/css/FAQstyles.css new file mode 100644 index 00000000..6d0327d7 --- /dev/null +++ b/main_app/static/css/FAQstyles.css @@ -0,0 +1,115 @@ +::before,_ +::after{ + margin: 0; + padding: 0; + box-sizing: inherit; + + +} + +html{ + font-family: 'Roboto', sans-serif; + font-size: 10px; + box-sizing: border-box; +} + +/* Section used for centering process */ +section{ + width: 100%; + height: 150vh; + background-color: #FFFFFF; + display: flex; + align-items: center; + justify-content: center; + +} + +.container{ + width: 100%; + max-width: 80rem; + margin: 0 auto; + padding: 0rem; + +} +.FAQ-item{ + background-color: #d84f5c; + border-radius: .4rem; + margin-bottom: 1rem; + padding: 1rem; + box-shadow: .5rem 2px .5rem rgba(255, 0, 0, 0.6); +} + +.FAQ-link{ + font-size: 1.8rem; + color: rgb(255,255,255); + text-decoration: none; + background-color: #d84f5c; + width: 100%; + display: flex; + align-items: center; + justify-content: space-between; + padding: 1rem 0; +} + +.FAQ-link i{ + color: #FFFFFF; + padding: .5rem; +} + +.FAQ-link .ion-md-remove{ + display: none; +} + +.answer{ + max-height: 0; + overflow: hidden; + position: relative; + background-color: #c44451; + transition: max-height 650ms; +} + +.answer::before{ + content: ""; + position: absolute; + width: .6rem; + height: 90%; + background-color: #16bdaf; + top: 50%; + left: 0; + transform: translateY(-50%); +} + +.answer p{ + color: rgb(255,255,255); + font-size: 1.7rem; + padding: 2rem; +} + +.FAQ-item:target .answer{ + max-height: 20rem; +} + +.FAQ-item:target .FAQ-link .ion-md-add{ + display: none; +} + +.FAQ-item:target .FAQ-link .ion-md-remove{ + display: block; +} + +.faq-hero { + height: 110px; + background:#16bdaf; + margin-top:5rem; +} + +.faq-title { + display: flex; + justify-content: center; + align-items: center; + font-size: 6rem; + font-weight: 500; + padding-top: 2rem; + color: #FFFFFF; +} + diff --git a/main_app/templates/main_app/FAQ.html b/main_app/templates/main_app/FAQ.html new file mode 100644 index 00000000..2145e750 --- /dev/null +++ b/main_app/templates/main_app/FAQ.html @@ -0,0 +1,238 @@ + +{% extends "main_app/common.html" %} +{% load static %} + + +{% block content %} +
+ + + + + + + + + + + + + + +
+
+

FAQ's

+
+
+
+
+
+ + Is this website is free to register ? + + + +
+

+ Yes this website is completely free to register and use. +

+
+
+
+ + What does emergency button do ? + + + +
+

+ Emergency button sends the location and alert message to the persons whom contacts you have saved in the emergency contacts. +

+
+
+
+ + What is the aim of this website ? + + + +
+

+ To have a responsive website to help women in panic and unsafe situations and Our main aim is to help women with the support of new technologies. +

+
+
+
+ + How can i save my emergency numbers ? + + + +
+

+ Log in to your account then click on the emergency contacts tab in the navigation bar a new page will come up then click on the create contact and fill in the details and click on the create button to save. +

+
+
+
+
+ + Where can i share my personal problem ? + + + +
+

+ You can share your personal problems in the contact us page of rescue website or you can share them with the given women helpline numbers. +

+
+
+
+ + Who is the admin of this website ? + + + +
+

+ Swapnil Srivastava is the admin of this website. +

+
+
+
+ + Can a man use this website ? + + + +
+

+ Yes anyone who wants can use this website. +

+
+
+
+ + What are the things which are sent when I press emergency button ? + + + +
+

+ Your location with a alert message are sent to the emergency contacts that you have saved via phone and gmail at that very moment. +

+
+
+
+ + Is it safe to use this website ? + + + +
+

+ Yes this website is completely safe and secure your data and contacts will also be secured by the password. +

+
+
+
+
+ + + +{% endblock %} + + \ No newline at end of file diff --git a/main_app/templates/main_app/common.html b/main_app/templates/main_app/common.html index 4b964022..d419c992 100644 --- a/main_app/templates/main_app/common.html +++ b/main_app/templates/main_app/common.html @@ -371,6 +371,12 @@

   More

href="/ngo_details" >NGOs for Women + FAQ's diff --git a/main_app/templates/main_app/home.html b/main_app/templates/main_app/home.html index efd21c01..dd05c7f5 100644 --- a/main_app/templates/main_app/home.html +++ b/main_app/templates/main_app/home.html @@ -294,6 +294,7 @@

   More

Women Helpline Numbers NGOs for Women + FAQ's