Files @ 0a8bb49e2030
Branch filter:

Location: website/www/conservancy/templates/feeds/omnibus_description.html

bkuhn
Amended FY 2012 Form 990 as filed on 2015-01-09.

There were a few typos in our FY 2012 Form 990. Back on 2015-01-09, we
filed an amended Form 990. I had forgotten until today (see commit
date) to update the website with it. The author date of this commit
matches the date we filed.
{% ifequal obj.omnibus_type "news" %}
<p><i>A <a href="https://{{ site }}/news/">news item</a> from Software Freedom Conservancy.</i></p>
{% endifequal %}
{% ifequal obj.omnibus_type "event" %}
<p><i>An <a href="https://{{ site }}/events/">upcoming event</a> related to the Software Freedom Conservancy.</i></p>
{% endifequal %}
{% ifequal obj.omnibus_type "blog" %}
<p><i>A <a href="https://{{ site }}/blog/">blog post</a> from Software Freedom Conservancy.</i></p>
{% endifequal %}
{% include obj.omnibus_feed_description_template  %}