diff --git a/conservancy/templates/feeds/omnibus_description.html b/conservancy/templates/feeds/omnibus_description.html index d612f7fe3f62ee567bfac6d187135d7b501f6ad5..e678fc0e8d963cbdf6c32d119e884864898d411d 100644 --- a/conservancy/templates/feeds/omnibus_description.html +++ b/conservancy/templates/feeds/omnibus_description.html @@ -1,10 +1,10 @@ -{% ifequal obj.omnibus_type "news" %} +{% if obj.omnibus_type == "news" %}

A news item from Software Freedom Conservancy.

-{% endifequal %} -{% ifequal obj.omnibus_type "event" %} +{% endif %} +{% if obj.omnibus_type == "event" %}

An upcoming event related to the Software Freedom Conservancy.

-{% endifequal %} -{% ifequal obj.omnibus_type "blog" %} +{% endif %} +{% if obj.omnibus_type == "blog" %}

A blog post from Software Freedom Conservancy.

-{% endifequal %} +{% endif %} {% include obj.omnibus_feed_description_template %}