Changeset - a4495754c89a
pinaxcon/templates/static_pages/about/north_bay_python.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/about/north-bay-python.html to pinaxcon/templates/static_pages/about/north_bay_python.html
pinaxcon/templates/static_pages/code_of_conduct/code_of_conduct.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/code-of-conduct/code-of-conduct.html to pinaxcon/templates/static_pages/code_of_conduct/code_of_conduct.html
...
 
@@ -14,3 +14,3 @@
 

	
 
{% include "static_pages/code-of-conduct/code-of-conduct.md" %}
 
{% include "static_pages/code_of_conduct/code_of_conduct.md" %}
 

	
pinaxcon/templates/static_pages/code_of_conduct/code_of_conduct.md
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/code-of-conduct/code-of-conduct.md to pinaxcon/templates/static_pages/code_of_conduct/code_of_conduct.md
pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_attendee.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/code-of-conduct/harassment-procedure-attendee.html to pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_attendee.html
...
 
@@ -14,3 +14,3 @@
 

	
 
{% include "static_pages/code-of-conduct/harassment-procedure-attendee.md" %}
 
{% include "static_pages/code_of_conduct/harassment_procedure_attendee.md" %}
 

	
pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_attendee.md
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/code-of-conduct/harassment-procedure-attendee.md to pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_attendee.md
pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_staff.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/code-of-conduct/harassment-procedure-staff.html to pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_staff.html
...
 
@@ -14,3 +14,3 @@
 

	
 
{% include "static_pages/code-of-conduct/harassment-procedure-staff.md" %}
 
{% include "static_pages/code_of_conduct/harassment_procedure_staff.md" %}
 

	
pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_staff.md
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/code-of-conduct/harassment-procedure-staff.md to pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_staff.md
pinaxcon/templates/static_pages/news.html
Show inline comments
...
 
@@ -12,2 +12,5 @@
 

	
 
  * conservancy press release
 
  * CFP opening
 

	
 
{% endblock %}
pinaxcon/templates/static_pages/program/call_for_proposals.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/program/call-for-proposals.html to pinaxcon/templates/static_pages/program/call_for_proposals.html
...
 
@@ -14,3 +14,3 @@
 

	
 
{% include "static_pages/program/call-for-proposals.md" %}
 
{% include "static_pages/program/call_for_proposals.md" %}
 

	
pinaxcon/templates/static_pages/program/call_for_proposals.md
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/program/call-for-proposals.md to pinaxcon/templates/static_pages/program/call_for_proposals.md
pinaxcon/templates/static_pages/program/selection_process.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/program/selection-process.html to pinaxcon/templates/static_pages/program/selection_process.html
...
 
@@ -14,3 +14,3 @@
 

	
 
{% include "static_pages/program/selection-process.md" %}
 
{% include "static_pages/program/selection_process.md" %}
 

	
pinaxcon/templates/static_pages/program/selection_process.md
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/program/selection-process.md to pinaxcon/templates/static_pages/program/selection_process.md
pinaxcon/templates/static_pages/sponsors/become_a_sponsor.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/sponsors/become-a-sponsor.html to pinaxcon/templates/static_pages/sponsors/become_a_sponsor.html
pinaxcon/templates/static_pages/terms_and_conditions.html
Show inline comments
 
file renamed from pinaxcon/templates/static_pages/terms-and-conditions.html to pinaxcon/templates/static_pages/terms_and_conditions.html
pinaxcon/urls.py
Show inline comments
...
 
@@ -15,3 +15,3 @@ urlpatterns = [
 
    # TODO add /about
 
    url(r"^about/north-bay-python$", TemplateView.as_view(template_name="static_pages/about/north-bay-python.html"), name="about/north-bay-python"),
 
    url(r"^about/north-bay-python$", TemplateView.as_view(template_name="static_pages/about/north_bay_python.html"), name="about/north-bay-python"),
 
    # TODO add /about/the-mystic
...
 
@@ -25,4 +25,4 @@ urlpatterns = [
 
    # TODO add /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"^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"),
 

	
...
 
@@ -36,6 +36,6 @@ urlpatterns = [
 
    # TODO add /attend/where-to-stay
 
    url(r"^code-of-conduct$", TemplateView.as_view(template_name="static_pages/code-of-conduct/code-of-conduct.html"), name="code-of-conduct"),
 
    url(r"^code-of-conduct/harassment-incidents$", TemplateView.as_view(template_name="static_pages/code-of-conduct/harassment-procedure-attendee.html"), name="code-of-conduct/harassment-incidents"),
 
    url(r"^code-of-conduct/harassment-staff-procedures$", TemplateView.as_view(template_name="static_pages/code-of-conduct/harassment-procedure-staff.html"), name="code-of-conduct/harassment-staff-procedures"),
 
    url(r"^terms-and-conditions$", TemplateView.as_view(template_name="static_pages/terms-and-conditions.html"), name="terms-and-conditions"),
 
    url(r"^code-of-conduct$", TemplateView.as_view(template_name="static_pages/code_of_conduct/code_of_conduct.html"), name="code-of-conduct"),
 
    url(r"^code-of-conduct/harassment-incidents$", TemplateView.as_view(template_name="static_pages/code_of_conduct/harassment_procedure_attendee.html"), name="code-of-conduct/harassment-incidents"),
 
    url(r"^code-of-conduct/harassment-staff-procedures$", TemplateView.as_view(template_name="static_pages/code_of_conduct/harassment_procedure_staff.html"), name="code-of-conduct/harassment-staff-procedures"),
 
    url(r"^terms-and-conditions$", TemplateView.as_view(template_name="static_pages/terms_and_conditions.html"), name="terms-and-conditions"),
 

	
...
 
@@ -43,3 +43,3 @@ urlpatterns = [
 
    # TODO add /sponsors
 
    url(r"^sponsors/become-a-sponsor$", TemplateView.as_view(template_name="static_pages/sponsors/become-a-sponsor.html"), name="sponsors/become-a-sponsor"),
 
    url(r"^sponsors/become-a-sponsor$", TemplateView.as_view(template_name="static_pages/sponsors/become_a_sponsor.html"), name="sponsors/become-a-sponsor"),
 

	
0 comments (0 inline, 0 general)