Modernise, refactor profile code; remove unused files

This commit is contained in:
2019-08-20 01:06:20 +02:00
parent 1e6359489e
commit 0d65c3c7b9
8 changed files with 18 additions and 49 deletions

View File

@ -1,8 +1,8 @@
from django.urls import include
from django.conf.urls import url
from django.urls import path
from django.conf.urls.i18n import i18n_patterns
from django.contrib import admin
from django.urls import include
from django.urls import path
from .views import LanguageDropdownView