Files @ febf21c8480b
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/static_pages/program/call-for-proposals.html

Joshua Simmons
rejigger url scheme, organize static pages, and stub out last two pages needed for launch
{% extends "page_with_title_and_lede.html" %}

{% load i18n %}
{% load markdown_deux_tags %}

{% block head_title %}Call for Proposals{% endblock %}

{% block heading %}Call for Proposals{% endblock %}

{% block body_class %}program{% endblock %}

{% block content %}
  {% markdown %}

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

  {% endmarkdown %}
{% endblock %}