From f1262cf7c562b064b8d8fb63826266a85203caee Mon Sep 17 00:00:00 2001
From: Daniel Pono Takamori
Date: Tue, 31 Jan 2023 10:52:44 -0800
Subject: [PATCH] front page news to reference compliance
---
www/conservancy/templates/frontpage.html | 8 +++-----
www/conservancy/urls.py | 6 +++---
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html
index fe4193ac..530f6207 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.
diff --git a/www/conservancy/urls.py b/www/conservancy/urls.py
index 9836b05a..92127b05 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),