Files @ cab9734d99d6
Branch filter:

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

Christopher Neugebauer
Merge pull request #83 from northbaypython/ticket-copy

add copy, minor edits, and stub out pages for for ticket sales
{% extends "page_with_title_and_lede.html" %}

{% load i18n %}

{% block head_title %}Events{% endblock %}

{% block heading %}Events{% endblock %}

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

{% block lede %}
  Lede
{% endblock %}


{% block content %}

Content

{% endblock %}