tmp disable display of featured items on main page
[mediagoblin-libreplanet.git] / mediagoblin_libreplanet / templates / libreplanet / root.html
index 55bfb63863ac7bb85207119e947d56248d2d884d..0d1dc5f06cd32e9d368cd4e8eecac174e76ff67e 100644 (file)
@@ -30,7 +30,6 @@
 {% block mediagoblin_content %}
   <h1>{% trans %}LibrePlanet{% endtrans %}</h1>
   <img  class="right_align" src="//static.fsf.org/nosvn/libreplanet/2015/graphical_assets/lp-logo-for-gmg.svg" />
-# CAMPAIGNS MODIFY BELOW
 <p>
   This site hosts media about free software and the amazing community
   that uses and builds it. Much of the media is from our yearly <a href="https://libreplanet.org/wiki/LibrePlanet:Conference">LibrePlanet
 </p>
 
 <p>
-  This site and the conference are run by the <a href="https://www.fsf.org">Free Software Foundation</a>, a nonprofit
+  This  site and the conference are run by the <a href="https://www.fsf.org">Free Software Foundation</a>, a nonprofit
   with three decades of experience promoting and defending computer user
   freedom. The site itself is running <a href="http://mediagoblin.org">GNU
     MediaGoblin</a>, a wonderful free media hosting platform. Enjoy!
 </p>
-# CAMPAIGNS STOP modifying HERE
   <div class="clear"></div>
 
+  <!--
+  <h2>{% trans %}Featured Videos{% endtrans %}</h2>
+  {{ media_grid(request, featured_videos) }}
+  <div class="clear"></div>
+  <p>
+    <a href="/videos/featured">View all featured videos</a>
+  </p>
+
+  <h2>{% trans %}Featured Photos{% endtrans %}</h2>
+  {{ media_grid(request, featured_photos) }}
+  <div class="clear"></div>
+  <p>
+    <a href="/photos/featured">View all featured photos</a>
+  </p>
+  -->
+
   <h2>{% trans %}Videos{% endtrans %}</h2>
   {{ media_grid(request, videos) }}
   <div class="clear"></div>
   <p>
-    <a href="/videos">View all LibrePlanet videos</a>
+    <a href="/videos">View all videos</a>
   </p>
 
   <h2>{% trans %}Photos{% endtrans %}</h2>
   {{ media_grid(request, images) }}
   <div class="clear"></div>
   <p>
-    <a href="/photos">View all LibrePlanet photos</a>
+    <a href="/photos">View all photos</a>
   </p>
 
   {#- Need to set feed_url within this block so template can use it. -#}