From 84b7ad836fce2c9496125abad501370f162b959c Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 28 May 2020 13:43:13 +0200 Subject: [PATCH] Missing import. --- src/archive/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/archive/views.py b/src/archive/views.py index 4ea199a..aee88e6 100644 --- a/src/archive/views.py +++ b/src/archive/views.py @@ -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 -- 2.20.1