fix a number of things
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user