e
This commit is contained in:
commit
3fdc48d150
|
@ -28,7 +28,7 @@
|
|||
|
||||
<div class="tab_container">
|
||||
<div id="synopsis" class="tab_content">
|
||||
{{ meeting.intro|safe }}
|
||||
{{ meeting.intro|safe|linebreaksbr }}
|
||||
<!--Content-->
|
||||
</div>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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">-->
|
||||
|
|
Loading…
Reference in New Issue
Block a user