diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-19 19:09:12 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-19 19:09:12 -0700 |
commit | 4227f573dbfcdfe3a43837858f4a8f63ff508b86 (patch) | |
tree | a1415146dc381a184272d632f5c9dc589c25a075 /python | |
parent | a730c74b9cf3fd8dd69d477de098a1fb56a4af1b (diff) | |
download | fatcat-4227f573dbfcdfe3a43837858f4a8f63ff508b86.tar.gz fatcat-4227f573dbfcdfe3a43837858f4a8f63ff508b86.zip |
hot pink side-bar for WIP entities
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat_web/templates/entity_macros.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/entity_macros.html b/python/fatcat_web/templates/entity_macros.html index 815c6a9f..e38527f2 100644 --- a/python/fatcat_web/templates/entity_macros.html +++ b/python/fatcat_web/templates/entity_macros.html @@ -1,5 +1,13 @@ {% macro fatcat_bits(entity, entity_type, expand="") -%} + +{% if entity.state == "wip" %} +<div class="ui segment pink inverted attached"> + <b>Work In Progress</b> + <p>This entity has not been "accepted" into the official database yet. +</div> +{% endif %} + <div class="ui segment attached"> <b>Fatcat Bits</b> <p>State is "{{ entity.state }}". |