Switch to LCA2017 templates
This fixes proposal details.
This commit is contained in:
parent
81272d5310
commit
88bcd5fe65
5 changed files with 4 additions and 47 deletions
|
@ -1,5 +0,0 @@
|
|||
<div class="right-floating-image" >
|
||||
<div class="portrait">
|
||||
<div style="background-image: url('{{ image_url }}');" class="portrait--img"></div>
|
||||
</div>
|
||||
</div>
|
|
@ -1,38 +0,0 @@
|
|||
{% 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 %}
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
<h2>Presented by</h2>
|
||||
{% for speaker in presentation.speakers %}
|
||||
{% speaker_photo speaker 512 as speaker_photo_url %}
|
||||
{% include "pyconau2017/_right_floating_image.html" with image_url=speaker_photo_url %}
|
||||
{% include "lca2017/_right_floating_image.html" with image_url=speaker_photo_url %}
|
||||
|
||||
<h3><a href="{% url "speaker_profile" speaker.pk %}">{{ speaker }}</a></h3>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "pyconau2017/content_page.html" %}
|
||||
{% extends "lca2017/content_page.html" %}
|
||||
|
||||
{% load staticfiles %}
|
||||
|
||||
{% comment %}
|
||||
{% block header_background_image %}{% static "pyconau2017/images/hobart_bg_optimised.jpg" %}{% endblock %}
|
||||
{% endcomment %}
|
||||
{% endcomment %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "pyconau2017/content_page.html" %}
|
||||
{% extends "lca2017/content_page.html" %}
|
||||
{% load staticfiles %}
|
||||
|
||||
{% comment %}
|
||||
|
|
Loading…
Reference in a new issue