Skip to content

Commit 20372c4

Browse files
authored
Merge pull request #11 from lqez/main
fixes
2 parents 780b03e + a63f4da commit 20372c4

11 files changed

+6
-139
lines changed

pythonkr_backend/pythonkr/templates/pythonkr/pao_communites.html

-22
This file was deleted.

pythonkr_backend/pythonkr/templates/pythonkr/pao_event.html

-10
This file was deleted.

pythonkr_backend/pythonkr/templates/pythonkr/pao_events.html

-23
This file was deleted.

pythonkr_backend/pythonkr/templates/pythonkr/pao_home copy.html

-8
This file was deleted.

pythonkr_backend/pythonkr/templates/pythonkr/pao_people.html

-21
This file was deleted.

pythonkr_backend/pythonkr/templates/pythonkr/pao_person.html

-11
This file was deleted.

pythonkr_backend/pythonkr/templates/pythonkr/pao_sponsor.html

-15
This file was deleted.

pythonkr_backend/pythonkr/templates/pythonkr/pao_sponsors.html

-23
This file was deleted.
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)