This commit is contained in:
Karen 2011-10-25 19:53:52 +05:30
commit 3fdc48d150
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
<div class="tab_container">
<div id="synopsis" class="tab_content">
{{ meeting.intro|safe }}
{{ meeting.intro|safe|linebreaksbr }}
<!--Content-->
</div>

View File

@ -73,7 +73,7 @@
<li class="tab" style="background-image:url('{{b.image.url}}');background-position:0px {{b.imageTop}}px;">
<h4 class="tabHeader">{% autoescape off %} {{ b.title|format_title }} {% endautoescape %}</h4>
<div class="textTab">
<p><span class="boldText">{{ b.boldText }}</span> {{ b.normalText }} <a href="{{ b.url }}" class="moreTab"> More<img src="/static/images/noel/morenext.jpg" width="24" height="10" class="imageMore" /></a>
<p><span class="boldText">{{ b.boldText }}</span> {{ b.normalText }} <a href="{{ b.url }}" class="moreTab"> More<img src="/static/images/noel/more-next.jpg" width="19" height="10" class="imageMore" /></a>
</p>
</div>

View File

@ -59,7 +59,7 @@
<div id="leftColumn">
{% load itftags %}
<h3 id="topText">{{ title|format_title|safe }}</h3>
<h3 id="topText" class="tabHeader">{{ title|format_title|safe }}</h3>
<div id="searchInnerDiv">
<!--<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">-->