From 4227f573dbfcdfe3a43837858f4a8f63ff508b86 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 19 Mar 2019 19:09:12 -0700 Subject: hot pink side-bar for WIP entities --- python/fatcat_web/templates/entity_macros.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'python/fatcat_web/templates') 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" %} +
+ Work In Progress +

This entity has not been "accepted" into the official database yet. +

+{% endif %} +
Fatcat Bits

State is "{{ entity.state }}". -- cgit v1.2.3