Missing import.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 28 May 2020 11:43:13 +0000 (13:43 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 28 May 2020 11:43:13 +0000 (13:43 +0200)
src/archive/views.py

index 4ea199a..aee88e6 100644 (file)
@@ -9,6 +9,7 @@ from django.urls import reverse
 from django.db.models import Q, Max
 from django.http import Http404, HttpResponse
 from django.shortcuts import render, redirect, get_object_or_404
+from django.utils.translation import gettext as _
 from django.views.decorators.http import require_POST
 
 import mutagen