~fabrixxm/activist

57dbc00dcbd7844e025c786b138660788fe8a281 — fabrixxm 8 months ago 598ea5c
contacts: fix template
1 files changed, 4 insertions(+), 4 deletions(-)

M activist/templates/contacts.html.j2
M activist/templates/contacts.html.j2 => activist/templates/contacts.html.j2 +4 -4
@@ 7,17 7,17 @@
<h2>{{ title }}</h2>
{% if data %}
    {% for actor in data %}
	<div class="tile">
	<div class="tile tile-centered">
		<div class="tile-icon">
			{% include "f/avatar.tpl.j2" %}
		</div>
		<div class="tile-content">
			<p class="tile-title">{{ actor.data.name }}</p>
			<p class="tile-subtitle">{{ actor|act }}</p>
			<small class="tile-subtitle text-gray">{{ actor|act }}</small>
		</div>
		<div class="tile-action">
		{# <div class="tile-action">
			<button class="btn btn-primary" disabled>?</button>
		</div>
		</div> #}
	</div>
    {% endfor %}