merge rapids commit

This commit is contained in:
Ross
2021-01-18 11:18:07 +00:00
parent 80059d375e
commit 508934f94c
24 changed files with 1533 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ urlpatterns = [
path("anatomy/", include("anatomy.urls"), name="anatomy"),
path("physics/", include("physics.urls"), name="physics"),
#path("sbas/", include("sbas.urls"), name="sbas"),
#path("rapids/", include("rapids.urls"), name="rapids"),
path("rapids/", include("rapids.urls"), name="rapids"),
path("accounts/", include("django.contrib.auth.urls")),
path("accounts/profile", views.profile, name="profile"),
path("", TemplateView.as_view(template_name="index.html"), name="home"),