Add pretty-printed shot info, for debugging/demo'ing purposes.

This commit is contained in:
2016-09-23 17:44:37 +02:00
parent 13c67e3ab8
commit 3548334ae0

View File

@@ -35,3 +35,7 @@
| {% if 'PUT' in shot.allowed_methods %}
button.btn.btn-default.btn-block(type=submit) Save Changes
| {% endif %}
#task-view-feed
| Updated {{ shot._updated | pretty_date }}
pre.
{{ shot.to_dict() | pprint }}