Changeset - 3a0724266cc3
[Not reviewed]
0 2 0
Joshua Simmons - 6 years ago 2017-11-14 04:04:22
i@joshuasimmons.name
indicate guides which are coming soon
2 files changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/attend/guides.html
Show inline comments
...
 
@@ -33,13 +33,13 @@
 
<ul>
 
  <li><strong><a href="/attend/accessibility-and-accommodations">Accessibility and Accommodations</a></strong> includes information for: parents; people with vision, hearing, and mobility issues; and people with dietary restrictions.</li>
 
  <li><strong><a href="/attend/emergencies">Emergencies</a></strong> might involve the Code of Conduct, contacting organizers, calling the police, or finding a hospital or pharmacy.</li>
 
  <!--li><strong><a href="/attend/food">Finding Food</a></strong> is easy in Petaluma, especially with this guide to local restaurants and markets with details about price, distance, and dietary restrictions.</li-->
 
  <li>Guide coming soon: <strong><!--a href="/attend/food"-->Finding Food<!--/a--></strong> is easy in Petaluma, especially with this guide to local restaurants and markets with details about price, distance, and dietary restrictions.</li>
 
  <li><strong><a href="/wiki/fitness">Fitness</a></strong> doesn't need to take a backseat while at North Bay Python, we have information about gyms and pools as well as running and hiking paths.</li>
 
  <li><strong><a href="/attend/transit">Getting Around P'town</a></strong> has key distances and details about taxis, busses, and walking paths.</li>
 
  <li><strong><a href="/wiki/meetups">Meetups</a></strong> and birds of a feather sessions are great ways to connect with other attendees. Find and attend one or organize your own!</li>
 
  <!--li><strong><a href="/wiki/activities">Partner- and Family-friendly Activities</a></strong> for folks who are bringing their families along to Sonoma County.</li-->
 
  <li>Guide coming soon: <strong><!--a href="/wiki/activities"-->Partner- and Family-friendly Activities<!--/a--></strong> for folks who are bringing their families along to Sonoma County.</li>
 
  <li><strong><a href="/code-of-conduct/harassment-incidents">Report Incidents</a></strong> as per our <a href="/code-of-conduct">Code of Conduct</a>. We have procedure guides for <a href="/code-of-conduct/harassment-incidents">attendees</a> as well as <a href="/code-of-conduct/harassment-staff-procedures">staff and volunteers</a>.</li>
 
  <!--li><strong><a href="/wiki/tourist-guide">Tourist Guide</a></strong> for those who are staying in Sonoma County before or after North Bay Python.</li-->
 
  <li>Guide coming soon: <strong><!--a href="/wiki/tourist-guide"-->Tourist Guide<!--/a--></strong> for those who are staying in Sonoma County before or after North Bay Python.</li>
 
</ul>
 

	
 
{% endblock %}
pinaxcon/urls.py
Show inline comments
...
 
@@ -25,6 +25,7 @@ urlpatterns = [
 

	
 
    # program
 
    url(r"^program/events$", TemplateView.as_view(template_name="static_pages/program/events.html"), name="program/events"),
 
    url(r"^events$", RedirectView.as_view(url="program/events")),
 
    url(r"^program/call-for-proposals$", TemplateView.as_view(template_name="static_pages/program/call_for_proposals.html"), name="program/call-for-proposals"),
 
    url(r"^program/selection-process$", TemplateView.as_view(template_name="static_pages/program/selection_process.html"), name="program/selection-process"),
 
    url(r"^proposals$", RedirectView.as_view(url="program/call-for-proposals")),
0 comments (0 inline, 0 general)