diff --git a/recmaint/urls.py b/recmaint/urls.py index c8ec445..1bb2eec 100644 --- a/recmaint/urls.py +++ b/recmaint/urls.py @@ -26,9 +26,9 @@ urlpatterns = [ path('admin/', admin.site.urls), path('auth/', include([ path('login/', LoginView.as_view( - template_name="auth/login.djhtml", + template_name="auth/login.dj.html", redirect_authenticated_user=True), name='login'), - path('logout/', LogoutView.as_view(template_name="auth/logout.djhtml"), name='logout'), + path('logout/', LogoutView.as_view(template_name="auth/logout.dj.html"), name='logout'), ])), path('markdownx/', include('markdownx.urls')), ] diff --git a/tasks/templates/tasks/components/task_li.djhtml b/tasks/templates/tasks/components/task_li.dj.html similarity index 100% rename from tasks/templates/tasks/components/task_li.djhtml rename to tasks/templates/tasks/components/task_li.dj.html diff --git a/tasks/templates/tasks/components/tool_li.djhtml b/tasks/templates/tasks/components/tool_li.dj.html similarity index 100% rename from tasks/templates/tasks/components/tool_li.djhtml rename to tasks/templates/tasks/components/tool_li.dj.html diff --git a/tasks/templates/tasks/index.djhtml b/tasks/templates/tasks/index.dj.html similarity index 65% rename from tasks/templates/tasks/index.djhtml rename to tasks/templates/tasks/index.dj.html index fa9c4e6..64ad3da 100644 --- a/tasks/templates/tasks/index.djhtml +++ b/tasks/templates/tasks/index.dj.html @@ -1,10 +1,10 @@ -{% extends "base.djhtml" %} +{% extends "base.dj.html" %} {% block content %}

Tools