We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27608ed commit 95ef561Copy full SHA for 95ef561
1 file changed
templates/cams.html
@@ -8,7 +8,7 @@ <h3 style="color: {{ category.color }}">{{ category.title }}</h3>
8
<ul style="column-width: 180px; padding: 0;">
9
{% for cam in category.cam_set.all %}
10
<li style="list-style: none;">
11
- <span style="color: {% if cam.offline_since %}#888888{% else %}{{ cam.bullet_color }}{% endif %}">•</span>
+ <span style="color: {{ cam.bullet_color }}">•</span>
12
<a style="color: {% if cam.offline_since %}#888888{% else %}{{ cam.title_color }}{% endif %}"
13
href="{% url 'cam_full_detail' cam.slug %}">{{ cam.title }}</a>
14
</li>
0 commit comments