From 743940ce6075c1a1b547915a33ad8874094ae762 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 6 Jun 2019 00:17:16 -0700 Subject: experiment with entity view tabs --- python/fatcat_web/templates/entity_history.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'python/fatcat_web/templates/entity_history.html') diff --git a/python/fatcat_web/templates/entity_history.html b/python/fatcat_web/templates/entity_history.html index eee87487..73a3df92 100644 --- a/python/fatcat_web/templates/entity_history.html +++ b/python/fatcat_web/templates/entity_history.html @@ -1,13 +1,8 @@ -{% extends "base.html" %} -{% block body %} +{% set entity_view = "history" %} +{% set entity_type = "release" %} +{% extends "entity_base.html" %} -

{% if page_title != None %}{{ page_title }}{% endif %} - -

+{% block entity_main %}

Edit History

-- cgit v1.2.3