fixed base.html

parent fff4f623
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>{% block title}{% endblock %}</title> <title>{% block title %}{% endblock %}</title>
</head> </head>
<body> <body>
{% block content %}{% endblock %} {% block content %}{% endblock %}
......
...@@ -63,7 +63,7 @@ ROOT_URLCONF = 'widget_father_when_can_i_be_on_my_own_i_have_the_hello_world_to_ ...@@ -63,7 +63,7 @@ ROOT_URLCONF = 'widget_father_when_can_i_be_on_my_own_i_have_the_hello_world_to_
TEMPLATES = [ TEMPLATES = [
{ {
'BACKEND': 'django.template.backends.django.DjangoTemplates', 'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [], 'DIRS': [os.path.join(BASE_DIR, 'templates')],
'APP_DIRS': True, 'APP_DIRS': True,
'OPTIONS': { 'OPTIONS': {
'context_processors': [ 'context_processors': [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment