From 28512c39d4e7a0ed7b689a46a2e5d0808f817ea0 Mon Sep 17 00:00:00 2001 From: Young Guk Kim <kyk1047715@gmail.com> Date: Wed, 25 Apr 2018 06:31:10 +0900 Subject: [PATCH] st --- ti/templates/ti/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ti/templates/ti/index.html b/ti/templates/ti/index.html index db8fed2..89ee670 100644 --- a/ti/templates/ti/index.html +++ b/ti/templates/ti/index.html @@ -108,8 +108,10 @@ <!-- Custom scripts for this template --> <script src="{% static 'ti/js/stylish-portfolio.min.js' %}"></script> + {% load staticfiles %} <script type="text/javascript" src="{% static 'ti/cv.js' %}"> </script> + <script type="text/javascript"> function fromDataURL(ctx){ // var copyCanvas = document.getElementById('copyCanvas'); -- GitLab