Skip to content
Snippets Groups Projects
Commit 9de119c2 authored by Pekka Harjamäki's avatar Pekka Harjamäki
Browse files

Added import

parent a337ae5f
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ from django.http import HttpResponse
from django.contrib.auth.decorators import login_required
from django.http.response import JsonResponse
from django.shortcuts import redirect, render
# from django.utils.html import strip_tags
from .models import Message
from django.contrib.auth.models import User
from django.db.models import Q
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment