File tree 3 files changed +6
-6
lines changed
pythonkr_backend/pythonkr/templates/pythonkr
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- {% extends 'pao/pao_base .html' %}
1
+ {% extends 'pk/pk_base .html' %}
2
2
{% load wagtailcore_tags %}
3
3
4
4
{% block title %}Home - Python Asia - {{ page.title }}{% endblock %}
5
5
6
6
{% block content %}
7
7
{{ page.body|richtext }}
8
- {% endblock %}
8
+ {% endblock %}
Original file line number Diff line number Diff line change 1
- {% extends 'pao/pao_base .html' %}
1
+ {% extends 'pk/pk_base .html' %}
2
2
{% load wagtailcore_tags %}
3
3
4
4
{% block title %}Home - Python Asia - {{ page.title }}{% endblock %}
5
5
6
6
{% block content %}
7
7
{{ page.content|richtext }}
8
- {% endblock %}
8
+ {% endblock %}
Original file line number Diff line number Diff line change 1
- {% extends 'pao/pao_base .html' %}
1
+ {% extends 'pk/pk_base .html' %}
2
2
{% load wagtailcore_tags %}
3
3
4
4
{% block title %}Home - Python Asia - {{ page.title }}{% endblock %}
5
5
6
6
{% block content %}
7
7
{{ page.body|richtext }}
8
- {% endblock %}
8
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments