mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
style: format urls.py file
This commit is contained in:
@@ -297,7 +297,7 @@ urlpatterns = i18n_patterns(
|
||||
# URLs without language prefix
|
||||
#
|
||||
urlpatterns += [
|
||||
path("i18n/", include("django.conf.urls.i18n")),
|
||||
path('i18n/', include('django.conf.urls.i18n')),
|
||||
path('robots.txt', TextTemplateView.as_view(template_name='robots.txt'), name='robots'),
|
||||
# API
|
||||
path('api/v2/exercise/search/', exercises_api_views.search, name='exercise-search'),
|
||||
|
||||
Reference in New Issue
Block a user