From d6f1bd31a8ff203618295250d038682b0190a130 Mon Sep 17 00:00:00 2001 From: Tyler Langlois Date: Mon, 30 Oct 2017 09:16:08 -0600 Subject: [PATCH] fix bad templating predicate block names --- zerobin/views/base.tpl | 2 +- zerobin/views/paste.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zerobin/views/base.tpl b/zerobin/views/base.tpl index 5c25440..bb7d3ea 100644 --- a/zerobin/views/base.tpl +++ b/zerobin/views/base.tpl @@ -38,7 +38,7 @@ zerobin.max_size = {{ settings.MAX_SIZE }}; %if settings.SHORTENER_API_KEY: zerobin.shortener_api_key = "{{ settings.SHORTENER_API_KEY }}"; - %endif + %end diff --git a/zerobin/views/paste.tpl b/zerobin/views/paste.tpl index ad671cf..19842c8 100644 --- a/zerobin/views/paste.tpl +++ b/zerobin/views/paste.tpl @@ -25,7 +25,7 @@ Copy To Clipboard | %if settings.SHORTENER_API_KEY: Get short url | -%endif +%end Email this