start setting up shorts
This commit is contained in:
@@ -45,6 +45,7 @@ INSTALLED_APPS = [
|
||||
"anatomy",
|
||||
"physics",
|
||||
"rapids",
|
||||
"shorts",
|
||||
"longs",
|
||||
"sbas",
|
||||
"wally",
|
||||
|
||||
@@ -255,7 +255,7 @@ button a {
|
||||
right: 50px;
|
||||
}
|
||||
|
||||
#save-annotations.save-rapid-annotations {
|
||||
#save-annotations.save-rapid-annotations, #save-annotations.save-shorts-annotations {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
@@ -45,6 +45,7 @@ urlpatterns = [
|
||||
path("physics/", include("physics.urls"), name="physics"),
|
||||
# path("sbas/", include("sbas.urls"), name="sbas"),
|
||||
path("rapids/", include("rapids.urls"), name="rapids"),
|
||||
path("shorts/", include("shorts.urls"), name="shorts"),
|
||||
path("longs/", include("longs.urls"), name="longs"),
|
||||
path("sbas/", include("sbas.urls"), name="sbas"),
|
||||
path("generic/", include("generic.urls"), name="generic"),
|
||||
|
||||
Reference in New Issue
Block a user