mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Whoops, forgotten import.
This commit is contained in:
parent
c538831f86
commit
0711ba124d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ from django.template import RequestContext
|
|||
from django.shortcuts import render_to_response
|
||||
from django.core.mail import mail_admins
|
||||
from django.conf import settings
|
||||
from apps.profile.models import Profile, PaymentHistory, RNewUserQueue, MRedeemedCode
|
||||
from apps.profile.models import Profile, PaymentHistory, RNewUserQueue, MRedeemedCode, MGiftCode
|
||||
from apps.reader.models import UserSubscription, UserSubscriptionFolders, RUserStory
|
||||
from apps.profile.forms import StripePlusPaymentForm, PLANS, DeleteAccountForm
|
||||
from apps.profile.forms import ForgotPasswordForm, ForgotPasswordReturnForm, AccountSettingsForm
|
||||
|
|
Loading…
Add table
Reference in a new issue