diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-12 19:36:10 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-12 19:38:00 -0700 |
commit | ef7fafdcb664f9c419069b41d743f69382571f98 (patch) | |
tree | 37e0f8ab5e59c5c91a05036a49c40630565aaee0 /python/fatcat_web/templates/container_view.html | |
parent | 13f2faaeb3f01478eba32ba22972a2a8ec07df51 (diff) | |
download | fatcat-ef7fafdcb664f9c419069b41d743f69382571f98.tar.gz fatcat-ef7fafdcb664f9c419069b41d743f69382571f98.zip |
continue large refactors of entity views
- container views generic
- editgroup edit deletion and re-editing
- /editgroup/entity/ident views
Diffstat (limited to 'python/fatcat_web/templates/container_view.html')
-rw-r--r-- | python/fatcat_web/templates/container_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/container_view.html b/python/fatcat_web/templates/container_view.html index 619bd647..ef4335fb 100644 --- a/python/fatcat_web/templates/container_view.html +++ b/python/fatcat_web/templates/container_view.html @@ -124,7 +124,7 @@ {% endif %} </div> -{{ entity_macros.fatcat_bits(entity, "container", "") }} +{{ entity_macros.fatcat_bits(entity, "container", "", editgroup) }} </div> </div> |