e
This commit is contained in:
commit
3fdc48d150
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
<div class="tab_container">
|
<div class="tab_container">
|
||||||
<div id="synopsis" class="tab_content">
|
<div id="synopsis" class="tab_content">
|
||||||
{{ meeting.intro|safe }}
|
{{ meeting.intro|safe|linebreaksbr }}
|
||||||
<!--Content-->
|
<!--Content-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
<li class="tab" style="background-image:url('{{b.image.url}}');background-position:0px {{b.imageTop}}px;">
|
<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>
|
<h4 class="tabHeader">{% autoescape off %} {{ b.title|format_title }} {% endautoescape %}</h4>
|
||||||
<div class="textTab">
|
<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>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
|
|
||||||
<div id="leftColumn">
|
<div id="leftColumn">
|
||||||
{% load itftags %}
|
{% load itftags %}
|
||||||
<h3 id="topText">{{ title|format_title|safe }}</h3>
|
<h3 id="topText" class="tabHeader">{{ title|format_title|safe }}</h3>
|
||||||
|
|
||||||
<div id="searchInnerDiv">
|
<div id="searchInnerDiv">
|
||||||
<!--<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">-->
|
<!--<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">-->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user