fix a number of things

This commit is contained in:
Ross
2023-08-07 13:42:22 +01:00
parent b36fa370f1
commit c3e36bfb12
16 changed files with 302 additions and 34 deletions
+5
View File
@@ -1013,4 +1013,9 @@ h1, h2, h3, h4, h5, h6 {
.self-feedback-block.data {
opacity: 60%;
font-size: small;
}
.collection-name-blend {
opacity: 70%;
font-size: small;
}
+1
View File
@@ -164,6 +164,7 @@ if settings.DEBUG:
#urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
urlpatterns += static("/rts/", document_root="rts")
urlpatterns += static("/viewer/", document_root="viewer")
import debug_toolbar
urlpatterns = [