Commit ded68c2d authored by Mario Chirinos's avatar Mario Chirinos

status

parent bed1cca1
......@@ -161,7 +161,7 @@ def status(request):
tdic[p.name]=status
tPublishers2 = PPublisher.objects.filter(myQuery &Q(active=False))
tPublishers2 = Publisher.objects.filter(myQuery &Q(active=False))
tdic2 = {}
for p in tPublishers2:
......
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