Skip to content

Commit

Permalink
Clean up safety_at_home page
Browse files Browse the repository at this point in the history
  • Loading branch information
brent-is-still-here committed Nov 18, 2024
1 parent 99319f8 commit 79f75a6
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions safety_at_home/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ def safety_at_home_landing(request):
'description': 'Make your home more self-sufficient and resilient to various challenges.',
'status': 'coming_soon'
},
{
'title': 'Legal & Financial Preparedness',
'description': 'Protect your rights and assets with proper legal and financial preparation.',
'status': 'coming_soon'
},
{
'title': 'Mental & Emotional Resilience',
'description': 'Resources and strategies for maintaining mental and emotional well-being.',
Expand All @@ -42,21 +37,22 @@ def safety_at_home_landing(request):

emergency_sections = [
{
'title': 'Go-Bag',
'title': 'Go-Bag & 72-Hour Bag',
'description': 'Essential items for immediate evacuation.',
'status': 'available',
'url': '/packplanner/'
},
{
'title': '72-Hour Bag',
'description': 'Comprehensive preparation for extended emergencies.',
'title': 'Home Emergency Preparedness',
'description': 'Making your home ready for various emergency scenarios.',
'status': 'coming_soon'
},
{
'title': 'Home Emergency Preparedness',
'description': 'Making your home ready for various emergency scenarios.',
'title': 'Legal & Financial Preparedness',
'description': 'Protect your rights and assets with proper legal and financial preparation.',
'status': 'coming_soon'
}
},

]

context = {
Expand Down

0 comments on commit 79f75a6

Please sign in to comment.