mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
fix bad templating predicate block names
This commit is contained in:
parent
cb630f967b
commit
d6f1bd31a8
@ -38,7 +38,7 @@
|
|||||||
zerobin.max_size = {{ settings.MAX_SIZE }};
|
zerobin.max_size = {{ settings.MAX_SIZE }};
|
||||||
%if settings.SHORTENER_API_KEY:
|
%if settings.SHORTENER_API_KEY:
|
||||||
zerobin.shortener_api_key = "{{ settings.SHORTENER_API_KEY }}";
|
zerobin.shortener_api_key = "{{ settings.SHORTENER_API_KEY }}";
|
||||||
%endif
|
%end
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<a id="clip-button" href="#">Copy To Clipboard</a> |
|
<a id="clip-button" href="#">Copy To Clipboard</a> |
|
||||||
%if settings.SHORTENER_API_KEY:
|
%if settings.SHORTENER_API_KEY:
|
||||||
<a id="short-url" href="#">Get short url</a> |
|
<a id="short-url" href="#">Get short url</a> |
|
||||||
%endif
|
%end
|
||||||
<a id="email-link" href="#">Email this</a>
|
<a id="email-link" href="#">Email this</a>
|
||||||
|
|
||||||
<span class="paste-option btn-group top">
|
<span class="paste-option btn-group top">
|
||||||
|
Loading…
Reference in New Issue
Block a user