Files
PyRIGS/RIGS/templates/RIGS/object_button.html
2015-05-23 16:49:54 +01:00

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>