aboutsummaryrefslogtreecommitdiff
path: root/pyenc/templates/list.html
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-17 02:19:27 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-17 02:19:27 +0200
commit5ae80ca783823bcd25f216be922dce16a13ad5e2 (patch)
tree9b49cffabab8b795c6986a02b72780c2bceb50d7 /pyenc/templates/list.html
parentAdd sample icon. (diff)
downloadpuppet-classifier-5ae80ca783823bcd25f216be922dce16a13ad5e2.tar.gz
puppet-classifier-5ae80ca783823bcd25f216be922dce16a13ad5e2.tar.xz
Diffstat (limited to 'pyenc/templates/list.html')
-rw-r--r--pyenc/templates/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyenc/templates/list.html b/pyenc/templates/list.html
index dd267c5..e7e1f4c 100644
--- a/pyenc/templates/list.html
+++ b/pyenc/templates/list.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
<h1>{{ title }}</h1>
-<ul>
+<ul class='generic-list'>
{% for item in items %}
<li>{{ item|safe }}</li>
{% endfor %}