src/hdalab/templates/renkan_list.html
changeset 607 17f3582ecdb1
parent 586 32d9c3ff86eb
child 614 40e125004a0b
--- a/src/hdalab/templates/renkan_list.html	Tue Mar 31 02:19:43 2015 +0200
+++ b/src/hdalab/templates/renkan_list.html	Thu Apr 02 01:28:50 2015 +0200
@@ -70,7 +70,7 @@
         <tr class="border_bottom">
             <td><a title="View renkan" href="{% url 'renkan_view' %}?rk_id={{ r.rk_id }}">{{ r.title }}</a></td>
             {% if not hide_favorite %}
-            <td>{% if hr.favorite %}✓{% else %}&nbsp;{% endif %}</td>
+            <td>{% if hr.favorite %}<span class="publish-renkan">&nbsp;</span>{% else %}&nbsp;{% endif %}</td>
             {% endif %}
             <td>{{ r.owner.username }}</td>
             <td>{{ r.modification_date|date:"Y-m-d H:i" }}</td>