add basic atlas help
This commit is contained in:
+2
-1
@@ -1,5 +1,5 @@
|
||||
from django.urls import path, include
|
||||
from django.views.generic import RedirectView
|
||||
from django.views.generic import RedirectView, TemplateView
|
||||
|
||||
|
||||
from atlas.models import Condition, Finding, Presentation, Structure
|
||||
@@ -9,6 +9,7 @@ app_name = "atlas"
|
||||
|
||||
urlpatterns = [
|
||||
path("", views.index, name="index"),
|
||||
path("help/", TemplateView.as_view(template_name="atlas/help.html"), name="help"),
|
||||
path(
|
||||
"create/",
|
||||
RedirectView.as_view(pattern_name="atlas:case_create", permanent=False),
|
||||
|
||||
Reference in New Issue
Block a user