Changeset - 97ebdc4aa9d5
[Not reviewed]
1 1 1
Christopher Neugebauer - 6 years ago 2017-11-30 04:37:26
chrisjrn@gmail.com
Replaces Emergencies page with a safety page
2 files changed with 25 insertions and 10 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/safety.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/attend/emergencies.html to pinaxcon/templates/static_pages/safety.html
 
{% extends "page_with_title_and_lede.html" %}
 

	
 
{% load i18n %}
 

	
 
{% block head_title %}Emergencies{% endblock %}
 
{% block head_title %}Participant Safety{% endblock %}
 

	
 
{% block heading %}Emergencies{% endblock %}
 
{% block heading %}Safety{% endblock %}
 

	
 
{% block body_class %}attend{% endblock %}
 

	
 
{% block lede %}
 
  If a person's safety or health are at risk, please call local emergency dispatch at +1 (707) 762-2727 to get the police, fire department, or an ambulance, and then notify event organizers.
 
{% endblock %}
 

	
 

	
 
{% block content %}
 

	
 
<p>Please find an organizer or volunteer if you need to report an issue or ask a question. If it's not urgent, email us at <a href="mailto:safety@northbaypython.org">safety@northbaypython.org</a>. If there is imminent danger, please call local emergency dispatch at +1 (707) 762-2727 (the local number for 911) first.</p>
 
<p>Please find an organizer or volunteer if you need to report an issue or ask a question.</p>
 

	
 
<h2>Emergency Dispatch</h2>
 
<ul>
 
  <li>If it's not urgent, email us at <strong><a href="mailto:safety@northbaypython.org">safety@northbaypython.org</a></strong>.</li>
 
  <li>If there is imminent danger, please call local emergency dispatch at <strong>+1 (707) 762-2727</strong> (the local number for 911) first.</li>
 
  <li>If another participant’s behaviour is making you feel unsafe, uncomfortable, or threatened, you can contact a member of our incident by calling <strong>+1 (707) 755-7357</strong>
 
</ul>
 

	
 
<p>911 is the number to dial to reach emergency dispatch in the United States. If you are dialing from a mobile phone, dial +1 (707) 762-2727 so that you are immediately connected with Petaluma's emergency dispatchers. You can find more information on the website for the <a href="http://cityofpetaluma.net/police/">City of Petaluma Police Department</a>.</p>
 

	
 
<h2>Code of Conduct Incident Reporting</h2>
 

	
 
<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff. Conference staff will be wearing t-shirts and/or badges that clearly identify them as staff. You can email the incident response team at <a href="mailto:safety@northbaypython.org">safety@northbaypython.org</a>. You may also contact venue staff and ask to be put in touch with conference chair <a href="mailto:chrisjrn@northbaypython.org">Christopher Neugebauer</a>.</p>
 
<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff.</p>
 

	
 
<p>Conference staff and organizers will be wearing badges that clearly identify them as staff or organizers.</p>
 

	
 
<p>You can email the incident response team at <a href="mailto:safety@northbaypython.org">safety@northbaypython.org</a>. You may speak to any conference staff and ask to be put in touch with an organizer.</p>
 

	
 
<p>If the matter is especially urgent, please dial our Code of Conduct incident hotline +1 (707) 755-7357. This number will automatically route to a member of the conference staff who can render assistance.</p>
 

	
 
<p>For more information:</p>
 

	
 
<ul>
 
  <li><a href="/code-of-conduct">Code of Conduct</a></li>
 
  <li><a href="/code-of-conduct/harassment-incidents">Attendee procedure for incident handling</a></li>
 
  <li><a href="/code-of-conduct/harassment-staff-procedures">Staff procedure for incident handling</a></li>
 
</ul>
 

	
 
<h2>Hospitals</h2>
 

	
 
<h2>Emergency Dispatch</h2>
 

	
 
<p>911 is the number to dial to reach emergency dispatch in the United States. If you are dialing from a mobile phone, dial +1 (707) 762-2727 so that you are immediately connected with Petaluma's emergency dispatchers. You can find more information on the website for the <a href="http://cityofpetaluma.net/police/">City of Petaluma Police Department</a>.</p>
 

	
 

	
 
<h2>Hospitals and Medical Care</h2>
 

	
 
<h3>Emergency Room</h3>
 

	
 
<p><a href="https://www.stjoesonoma.org/contact-us/locations-and-directions/petaluma-valley-hospital-emergency-department/">Petaluma Valley St. Joseph Emergency Room</a>, 1.9 miles from the conference venue, is open 24/7 and can be reached by phone at +1 (707) 778-1111.</p>
 

	
 
<p>400 North McDowell Blvd.<br/>
...
 
@@ -56,12 +68,13 @@ Petaluma, CA 94954</p>
 
<p><a href="https://www.sutterhealth.org/find-location/city/petaluma/walk-in-care">Sutter Health Walk-In Care</a>, 2.1 miles from the conference venue, is open from 8 AM to 8 PM every day and does not require you to make an appointment. You can call them at +1 (800) 972-5547.</p>
 

	
 
<p>411 North McDowell Blvd.<br/>
 
Unit 41 Suite 10</br>
 
Petaluma, CA 94954</p>
 

	
 

	
 
<h2>Pharmacies</h2>
 

	
 
<p>Here is a listing of local pharmacies ordered by distance from the conference venue:</p>
 

	
 
<ul>
 
  <li>CVS on 365 East Washington St. (0.4 miles away)</li>
pinaxcon/urls.py
Show inline comments
...
 
@@ -44,14 +44,16 @@ urlpatterns = [
 
    url(r"^attend/tshirt$", TemplateView.as_view(template_name="static_pages/attend/tshirt.html"), name="attend/tshirt"),
 
    url(r"^attend/accessibility-and-accommodations$",TemplateView.as_view(template_name="static_pages/attend/accommodations.html"), name="attend/accessibility-and-accommodations"),
 
    url(r"^accessibility$", RedirectView.as_view(url="attend/accessibility-and-accommodations")),
 
    url(r"^guides$",TemplateView.as_view(template_name="static_pages/attend/guides.html"), name="attend/guides"),
 
    url(r"^guide$", RedirectView.as_view(url="guides")),
 

	
 
    url(r"^emergencies$", TemplateView.as_view(template_name="static_pages/attend/emergencies.html"), name="attend/emergencies"),
 
    url(r"^emergency$", RedirectView.as_view(url="emergencies")),
 
    url(r"^safety$", TemplateView.as_view(template_name="static_pages/safety.html"), name="safety"),
 
    url(r"^emergencies$", RedirectView.as_view(url="safety")),
 
    url(r"^emergency$", RedirectView.as_view(url="safety")),
 

	
 
    url(r"^attend/food$", TemplateView.as_view(template_name="static_pages/attend/food.html"), name="attend/food"),
 
    url(r"^food$", RedirectView.as_view(url="attend/food")),
 
    url(r"^attend/transit$", TemplateView.as_view(template_name="static_pages/attend/transit.html"), name="attend/transit"),
 
    url(r"^transit$", RedirectView.as_view(url="attend/transit")),
 

	
 
    url(r"^code-of-conduct$", TemplateView.as_view(template_name="static_pages/code_of_conduct/code_of_conduct.html"), name="code-of-conduct"),
0 comments (0 inline, 0 general)