diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html index fe4193ac98fab1e04fb56595246dc3559f5dd239..530f6207844834a0d58b7b5246e4eef738ca8147 100644 --- a/www/conservancy/templates/frontpage.html +++ b/www/conservancy/templates/frontpage.html @@ -37,11 +37,9 @@ initiatives that actively make technology more inclusive, and advancing policy strategies that defend FOSS (such as copyleft). Learn more.

-

Vizio Lawsuit

-

Judge Staton in the federal Court in Central District of California - granted our motion to “remand” the case back to state court - in Orange County, CA!

- Copilot and Principles +

In the ongoing class action lawsuit against GitHub, Microsoft and OpenAI, we continue to call on the plaintiffs to prioritize copyleft compliance above financial compensation.

+ More information
diff --git a/www/conservancy/urls.py b/www/conservancy/urls.py index 9836b05aedeae5537528de9060073a9135eb0754..92127b0516c1270f108dc757b02b5414c1ee3704 100644 --- a/www/conservancy/urls.py +++ b/www/conservancy/urls.py @@ -28,9 +28,9 @@ admin.autodiscover() urlpatterns = [ # Uncomment these 3 lines when testing locally to get static content - #url(r'^css', static_views.index), - #url(r'^img', static_views.index), - #url(r'^js', static_views.index), + url(r'^css', static_views.index), + url(r'^img', static_views.index), + url(r'^js', static_views.index), url(r'^$', frontpage.view), url(r'^sponsors$', frontpage.view), url(r'^sponsors/$', sponsors.view),