Changed an unfortunate html class name 'adname' (Area Director name) which triggered adblock. Fixes issues #2016 and #2027.

- Legacy-Id: 12119
This commit is contained in:
Henrik Levkowetz 2016-10-12 15:31:11 +00:00
parent 23532102f8
commit 679c5d3f5f
2 changed files with 2 additions and 2 deletions

View file

@ -413,7 +413,7 @@ td.ad div { border-bottom: solid #ccc 1px; }
.milestone { font-style: italic; }
.adname { padding-bottom: .5em; line-height: 1em;}
.areadirector-name { padding-bottom: .5em; line-height: 1em;}
.changebar { width: 0.3em; }

View file

@ -5,7 +5,7 @@
{% for n, positions in position_groups %}
<h4><span class="label label-{{ n|pos_to_label }}"> {{ n.name }}</span></h4>
{% for p in positions|dictsort:"ad.last_name" %}
<div class="adname">
<div class="areadirector-name">
{% if p.old_ad %}<span class="text-muted">({% endif %}{% if p.comment or p.discuss %}<a href="#{{ p.ad.plain_name|slugify }}">{% endif %}{{ p.ad.plain_name }}{% if p.comment or p.discuss %}</a>{% endif %}{% if p.old_ad %})</span>{% endif %}
</div>
{% empty %}