Changeset - 273be606796f
[Not reviewed]
0 1 0
Brett Smith (brett) - 7 years ago 2016-11-29 17:18:21
brett@sfconservancy.org
contractpatch: Silly commit for testing.
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/contractpatch/index.html
Show inline comments
...
 
@@ -23,13 +23,16 @@
 
<p><a href="https://lists.sfconservancy.org/mailman/listinfo/contractpatch">Subscribe to our discussion mailing list.</a>  This is a great place to talk about issues in employment agreements, and suggest what ContractPatch might tackle next.</p>
 

	
 
<p><a href="https://twitter.com/ContractPatch">Follow ContractPatch on Twitter.</a></p>
 

	
 
<h3>Blog posts</h3>
 

	
 
{# FIXME: This is duplicated from blog/entry_list.html #}
 
{#
 
FIXME:
 
This is duplicated from blog/entry_list.html
 
#}
 
{% for entry in blog_entries %}
 
    <h3><a href="{{ entry.get_absolute_url }}">{{ entry.headline|safe }}</a></h3>
 
        {{ entry.body|safe }}
 
    <p class="date small">Posted by <strong>{{ entry.author.formal_name }}</strong> on {{ entry.pub_date|date:"F j, Y" }}
 
    {% if entry.tags.all %}<span class="blog-tags">/ Tags: {% for tag in entry.tags.all %}<a href="{{ tag.get_absolute_url }}">{{ tag.label }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</span>{% endif %}
 
    </p>
0 comments (0 inline, 0 general)