From f3a274a5c0fc11fa471a8d7f8ac08df3f7664911 Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Thu, 5 May 2016 11:26:02 +0300 Subject: [PATCH] Add optional block for more scripts in template --- rd_ui/app/signed_out_layout.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rd_ui/app/signed_out_layout.html b/rd_ui/app/signed_out_layout.html index d12281578..486d545aa 100644 --- a/rd_ui/app/signed_out_layout.html +++ b/rd_ui/app/signed_out_layout.html @@ -40,6 +40,8 @@ +{% block scripts %} +{% endblock %} {% include '_includes/signed_out_tail.html' %}