Skip to content

Commit

Permalink
[assessment] Fix the TemplateSyntaxError
Browse files Browse the repository at this point in the history
This commit fixes the `TemplateSyntaxError` caused by using
staticfiles instead of static in the templates.

Signed-off-by: Venu Vardhan Reddy Tekula <venuvardhanreddytekula8@gmail.com>
  • Loading branch information
vchrombie committed Mar 25, 2020
1 parent 9b16e56 commit ce932f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
{% if assessment %}
{% if kibana_url %}
<div class="row">
Expand Down

0 comments on commit ce932f4

Please sign in to comment.