aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/release_references.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-06-13 16:05:58 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-06-13 16:05:58 -0700
commitf1abe85e8c35a23122f65b47dd55d8135239cf93 (patch)
tree972e093a381ed4d9dd62f389c4d716c06f4fd993 /python/fatcat_web/templates/release_references.html
parent234c4b2091f9a40fbfdcea1017aba575a31f22b2 (diff)
downloadfatcat-f1abe85e8c35a23122f65b47dd55d8135239cf93.tar.gz
fatcat-f1abe85e8c35a23122f65b47dd55d8135239cf93.zip
fixes after rebase
Diffstat (limited to 'python/fatcat_web/templates/release_references.html')
-rw-r--r--python/fatcat_web/templates/release_references.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/release_references.html b/python/fatcat_web/templates/release_references.html
index 0bf58482..22ebaddf 100644
--- a/python/fatcat_web/templates/release_references.html
+++ b/python/fatcat_web/templates/release_references.html
@@ -1,4 +1,4 @@
-{% set entity = release %}
+{% set release = entity %}
{% set entity_view = "references" %}
{% set entity_type = "release" %}
{% import "entity_macros.html" as entity_macros %}