~ubuntu-us-ma/us-ma-loco-site/trunk

« back to all changes in this revision

Viewing changes to templates/news/item.html

  • Committer: Martin Owens
  • Date: 2009-11-24 00:41:39 UTC
  • Revision ID: doctormo@gmail.com-20091124004139-m04llsqscydn1u2c
Add static for immediate release

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
{% block styles %}<link rel="stylesheet" href="/media/styles/news.css" type="text/css"/>{% endblock %}
6
6
 
7
7
{% block content %}
8
 
<h2>{{ item.summery }}<span class="note">by  <a href="/accounts/profile/{{ item.creator.username }}/">{{ item.creator.first_name }} {{ item.creator.last_name }}</a> on {{ item.created|date:"Y-m-d" }}</span></h2>
 
8
<h2>{{ item.summery }}<span class="note">by  <a href="/accounts/profile/{{ item.creator.username }}/">{{ item.creator.first_name }} {{ item.creator.last_name }}</a> on {{ item.created|date:"Y-m-d" }} - FOR IMMEDIATE RELEASE</span></h2>
9
9
 
10
10
{% for paragraph in item.newsparagraph_set.all %}
11
11
  {% if paragraph.image %}