regluit/frontend/templates/subjectbox.html

8 lines
422 B
HTML
Raw Normal View History

2016-05-11 14:41:50 +00:00
<div class="workbox">
2015-04-28 03:24:02 +00:00
<a href="{% url 'free' %}kw.{{ subject.name }}/">{{ subject.name }}</a> <br />
2015-03-12 15:58:49 +00:00
Works with this keyword: {{ subject.works.all.count }}<br />
Free Works with this keyword: {{ subject.free_works.count }} <br />
2015-04-28 03:24:02 +00:00
<a href="{% url 'free' %}?setkw={{ subject.name }}">Set</a> keywords. <br />
<a href="{% url 'admin:core_subject_change' subject.id %}">Edit</a> keyword. <br />
2015-03-12 15:58:49 +00:00
</div>