Skip to content

Commit a63f4da

Browse files
committed
Fix page template base issue
1 parent 2e47956 commit a63f4da

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{% extends 'pao/pao_base.html' %}
1+
{% extends 'pk/pk_base.html' %}
22
{% load wagtailcore_tags %}
33

44
{% block title %}Home - Python Asia - {{ page.title }}{% endblock %}
55

66
{% block content %}
77
{{ page.body|richtext }}
8-
{% endblock %}
8+
{% endblock %}
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{% extends 'pao/pao_base.html' %}
1+
{% extends 'pk/pk_base.html' %}
22
{% load wagtailcore_tags %}
33

44
{% block title %}Home - Python Asia - {{ page.title }}{% endblock %}
55

66
{% block content %}
77
{{ page.content|richtext }}
8-
{% endblock %}
8+
{% endblock %}
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{% extends 'pao/pao_base.html' %}
1+
{% extends 'pk/pk_base.html' %}
22
{% load wagtailcore_tags %}
33

44
{% block title %}Home - Python Asia - {{ page.title }}{% endblock %}
55

66
{% block content %}
77
{{ page.body|richtext }}
8-
{% endblock %}
8+
{% endblock %}

0 commit comments

Comments
 (0)