Skip to content
Snippets Groups Projects

release

Merged jan.bednarik requested to merge test into master
2 files
+ 11
2
Compare changes
  • Side-by-side
  • Inline
Files
2
{% extends "elections2021/base.html" %}
{% load static wagtailcore_tags wagtailimages_tags wagtailroutablepage_tags %}
{% load static wagtailcore_tags wagtailimages_tags wagtailroutablepage_tags elections2021_extras %}
{% block content_header %}
@@ -110,7 +110,7 @@
<div class="card icon-card shadow-none bg-grey-125 card--hoveractive" data-archetype="{% if show_archetype_icon %}{{ point.archetype }}{% endif %}">
<div class="card__body">
<h1 class="card-headline mb-8"><a href="{% pageurl point %}">{{ point.title }}</a></h1>
<div class="card-body-text">{{ point.annotation|richtext }}</div>
<div class="card-body-text"><a href="{% pageurl point %}">{{ point.annotation|richtext|strip_sup }}</a></div>
</div>
</div>
Loading