Add a missing import
This commit is contained in:
parent
7b55cea90b
commit
6b0dda0f2f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ from django.utils.translation import get_language
|
|||
from django.http import HttpResponseRedirect
|
||||
from django.views import generic
|
||||
from django.urls import reverse
|
||||
from .models import PageContent
|
||||
from .models import Page,PageContent
|
||||
|
||||
|
||||
def index(request):
|
||||
|
|
Loading…
Reference in a new issue