Skip to content

Commit c1f246c

Browse files
authored
Merge pull request #12 from lqez/main
i'm an idiot
2 parents 20372c4 + 8040576 commit c1f246c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pythonkr_backend/pythonkr/templates/pythonkr/pk_home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'pk/pk_base.html' %}
1+
{% extends 'pythonkr/pk_base.html' %}
22
{% load wagtailcore_tags %}
33

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

pythonkr_backend/pythonkr/templates/pythonkr/pk_markdown_doc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'pk/pk_base.html' %}
1+
{% extends 'pythonkr/pk_base.html' %}
22
{% load wagtailcore_tags %}
33

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

pythonkr_backend/pythonkr/templates/pythonkr/pk_page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'pk/pk_base.html' %}
1+
{% extends 'pythonkr/pk_base.html' %}
22
{% load wagtailcore_tags %}
33

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

0 commit comments

Comments
 (0)