mirror of
https://github.com/logos-co/open-law.git
synced 2025-02-03 02:24:45 +00:00
hotfix stats
This commit is contained in:
parent
1443b26312
commit
2ec34c03f9
@ -21,7 +21,7 @@
|
||||
class="flex flex-col md:flex-row text-gray-500 dark:text-gray-400"
|
||||
>
|
||||
{% if type(book) == m.BookVersion %}
|
||||
{% set updated_by = book.updated_by_user if book.updated_by else book.owner %}
|
||||
{% set updated_by = book.updated_by_user if book.updated_by else book.book.owner %}
|
||||
{% set updated_at = book.updated_at %}
|
||||
{% else %}
|
||||
{% set updated_by = book.active_version.updated_by_user if book.updated_by else book.owner %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user