aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/fatcat_web/templates/entity_macros.html8
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 }}".