tweaking table css, adding slugify filter

This commit is contained in:
evilchili
2023-12-15 21:51:57 -08:00
parent 3f75ac9ef6
commit 91fa27b86e
4 changed files with 32 additions and 28 deletions
@@ -28,7 +28,7 @@
{% set target = article.title.replace(' ', '_') %}
{% if self.is_dm() or article.show_dm_content %}
<div class='statblock'>
<div class='location'>
<div style='cursor: pointer;'
onclick="document.getElementById('{{target}}').style.display=((document.getElementById('{{ target }}').style.display=='none')?'':'none');" ><h3>{{ article.title }}</h3></div>
<div id="{{ target }}" style='display:none;'>