Files @ 5dfce5cb8a61
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/static_pages/program/call_for_proposals.html

Brett Smith
program: CfP page.
{% 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 %}