mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
4 lines
322 B
HTML
4 lines
322 B
HTML
{% load to_class_name from filters %}
|
|
{# pass in variable "object" to this template #}
|
|
|
|
<a title="{{object|to_class_name}} {{ object.pk|stringformat:"05d" }} | {{object.name}}" type="button" href="{{ object.get_absolute_url }}" class="btn btn-default btn-xs">{{object|to_class_name}} {{ object.pk|stringformat:"05d" }}</a> |