.
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ def questions_sym(request):
|
||||
if request.method == "POST":
|
||||
question = request.POST.get("question")
|
||||
|
||||
questions = set(Entry.objects.all().values_list("questions", flat=True))
|
||||
questions = set(Entry.objects.filter(inactive=False).values_list("questions", flat=True))
|
||||
|
||||
|
||||
output = []
|
||||
|
||||
Reference in New Issue
Block a user