symposion_app/pinaxcon/templates/pyconau2017/content_page.html
Sachi King c37ed61036 Remove wagtail
This should eradicate wagtail from the project.

While wagtail may be nice, our goals are to keep all things public, and
having things locked behidn a DB is congruent to that plan.

All in all, the django project only leveraged a single wagtail feature,
"richtext" which has been hacikly removed and will result in bad display
of however it comes up.  But this is on homepage.html, which will be
removed and covered up with a static website, which means we should be
able remove homepage entirely from this project.

This reduction hopefully makes the monolith easier to understand,
maintain, and wield.
2017-03-31 11:54:46 +11:00

38 lines
711 B
HTML

{% extends "site_base_wagtail.html" %}
{% load staticfiles %}
{% load pyconau2017_tags %}
{% load i18n %}
{% block body_class %}template-content-page{% endblock %}
{% block head_title %}{% endblock %}
{% comment %}
{% block body_base %}
{% block body %}
{% block heading_panel %}
{% block topbar_base %}
{% endblock %}
{% endblock %}
{% block content_base %}
{% endcomment %}
{% block content_base %}
{% block content %}
{% endblock %}
{% endblock %}
{% comment %}
the name "extra_script" doesn't actually match the inherited name...
{% block extra_script %}
<!-- script src="{% static 'js/site-92ae8d0d6c.js' %}" type="text/javascript"></script -->
{% endblock %}
{% endcomment %}