mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Typo.
This commit is contained in:
parent
daebe0ccd9
commit
100b672bbe
2 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@ def index(request):
|
||||||
feature_form = FeatureForm()
|
feature_form = FeatureForm()
|
||||||
|
|
||||||
feed_count = 0
|
feed_count = 0
|
||||||
|
active_count = 0
|
||||||
train_count = 0
|
train_count = 0
|
||||||
if request.user.is_authenticated():
|
if request.user.is_authenticated():
|
||||||
feed_count = UserSubscription.objects.filter(user=request.user).count()
|
feed_count = UserSubscription.objects.filter(user=request.user).count()
|
||||||
|
|
|
@ -12,4 +12,4 @@ pyyaml
|
||||||
nltk
|
nltk
|
||||||
lxml
|
lxml
|
||||||
oauth2
|
oauth2
|
||||||
|
pytz
|
||||||
|
|
Loading…
Add table
Reference in a new issue