mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 18:38:07 +00:00
Change raw_check_data to raw_data.
StatusCheckResults don't have raw_check_data, just raw_data.
This commit is contained in:
parent
b436808c00
commit
c6904643d4
@ -31,7 +31,7 @@
|
||||
{% load compress %}
|
||||
{{ block.super }}
|
||||
<script type="text/javascript">
|
||||
window.DATA = {{ result.raw_check_data|safe }};
|
||||
window.DATA = {{ result.raw_data|safe }};
|
||||
</script>
|
||||
{% compress js %}
|
||||
<script type="text/javascript" src="{{ STATIC_URL }}arachnys/js/raphael.js"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user