Files @ 766f7f40441d
Branch filter:

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

Josh Simmons
Revert "change to 2019 dates, swap in CFP for ticket links"

This reverts commit ca9e042cc4fcdd597fc7db08401f0578f786e656.
{% extends "page_with_title_and_lede.html" %}

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

{% block head_title %}News{% endblock %}

{% block heading %}News{% endblock %}

{% block body_class %}news{% endblock %}

{% block content %}
  {% markdown %}

{% include "static_pages/news.md" %}

  {% endmarkdown %}
{% endblock %}