Files @ 71deb387eb8f
Branch filter:

Location: copyleftconf-website-fork/pinaxcon/templates/static_pages/attend/business-case.html

Joshua Simmons
add terms and conditions
{% extends "page_with_title_and_lede.html" %}

{% load i18n %}

{% block head_title %}How to Pitch Your Manager{% endblock %}

{% block heading %}How to Pitch Your Manager{% endblock %}

{% block body_class %}attend{% endblock %}

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


{% block content %}

Content

{% endblock %}