app/soc/templates/soc/presence/home.html
changeset 2271 6519029b444f
parent 2159 a1f1eaaf458b
child 2384 71780864a5ed
--- a/app/soc/templates/soc/presence/home.html	Tue Apr 21 16:24:13 2009 +0000
+++ b/app/soc/templates/soc/presence/home.html	Tue Apr 21 16:24:32 2009 +0000
@@ -55,6 +55,7 @@
 This is the default home page, it can be edited via <a href="/{{ entity_type_url|lower }}/edit/{{ entity.key.id_or_name }}">Edit {{ entity_type }} Settings</a>.<br />
 {% endblock %}
  {% endif %}
+ {% block home_extras %}<!--To be used in inherited templates-->{% endblock %}
  {% if entity.feed_url %}
     <div id="blog"></div>
  {% endif %}