diff options
Diffstat (limited to 'python/risk_insight/templates/tranches.html')
| -rw-r--r-- | python/risk_insight/templates/tranches.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/risk_insight/templates/tranches.html b/python/risk_insight/templates/tranches.html index 9cec5653..b6c88d3c 100644 --- a/python/risk_insight/templates/tranches.html +++ b/python/risk_insight/templates/tranches.html @@ -37,8 +37,8 @@ <option value="el">Expected Loss</option> </select> </div> + <script type="text/javascript" src="{{ url_for('static', filename='utils.js') }}"></script> <script type="text/javascript" src="{{ url_for('static', filename='tranches.js') }}"></script> <script type="text/javascript" src="{{ url_for('static', filename='dygraph-combined.js') }}"></script> - <script type="text/javascript" src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script> </body> </html> |
