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 <[email protected]>
  • Loading branch information
vchrombie authored and valeriocos committed Mar 26, 2020
1 parent 9b16e56 commit 623912d
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 623912d

Please sign in to comment.