From c77825371df4be04d4e9098e3b7bf1d7e0772908 Mon Sep 17 00:00:00 2001 From: hexeth <7627137+hexeth@users.noreply.github.com> Date: Mon, 7 Jan 2019 12:13:51 -0800 Subject: [PATCH] Add classes to shelves for easier css selection (#751) proposed class changes will assist caliBlur in targeting this element, resolving language compatibility issues. --- cps/templates/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 7609c2b9..558cad1a 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -166,11 +166,11 @@ {%endif%} {% if g.user.is_authenticated or g.user.is_anonymous %} - + {% for shelf in g.public_shelfes %}
  • {{shelf.name|shortentitle(40)}}
  • {% endfor %} - + {% for shelf in g.user.shelf %}
  • {{shelf.name|shortentitle(40)}}
  • {% endfor %}