import GalleryLink
This commit is contained in:
parent
b1ae133639
commit
cf9c26e96a
|
@ -2,7 +2,7 @@
|
|||
from django.shortcuts import render_to_response, get_object_or_404
|
||||
from django.template import RequestContext
|
||||
from django.http import HttpResponse, HttpResponseRedirect
|
||||
from models import GalleryAlbum, GalleryItem, Photo, YoutubeVideo
|
||||
from models import GalleryAlbum, GalleryItem, Photo, GalleryLink, YoutubeVideo
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
from django.views.decorators.csrf import csrf_exempt
|
||||
from django import forms
|
||||
|
|
Loading…
Reference in New Issue
Block a user