diff --git a/.replit b/.replit index 3a032945..ee461cf9 100644 --- a/.replit +++ b/.replit @@ -36,7 +36,7 @@ localPort = 5000 externalPort = 80 [[ports]] -localPort = 32787 +localPort = 37519 externalPort = 3000 [deployment] diff --git a/backend/templates/base/base.html b/backend/templates/base/base.html index b474c87d..c1f0e3d5 100644 --- a/backend/templates/base/base.html +++ b/backend/templates/base/base.html @@ -30,14 +30,14 @@ - - + + - - + + - + @@ -133,9 +133,14 @@ {% include 'components/ui/toast-container.html' %} - - - + + + + + + + + {% block extra_js %}{% endblock %}