update to python3.7, update dependencies and fix obvious update issues
This commit is contained in:
parent
2946de94f6
commit
c5fc590c2a
16 changed files with 52 additions and 46 deletions
|
@ -9,8 +9,8 @@ from django.http import Http404
|
|||
from django.shortcuts import get_object_or_404, redirect, render
|
||||
from django.urls import NoReverseMatch, reverse
|
||||
from django.utils.text import format_lazy
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.utils.translation import get_language_info
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from c3nav.editor.forms import ChangeSetForm, RejectForm
|
||||
from c3nav.editor.models import ChangeSet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue