fnp
/
audio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
87b88f4
)
Missing import.
author
Radek Czajka
<rczajka@rczajka.pl>
Thu, 28 May 2020 11:43:13 +0000
(13:43 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Thu, 28 May 2020 11:43:13 +0000
(13:43 +0200)
src/archive/views.py
patch
|
blob
|
history
diff --git
a/src/archive/views.py
b/src/archive/views.py
index
4ea199a
..
aee88e6
100644
(file)
--- 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.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
from django.views.decorators.http import require_POST
import mutagen