cytoscape / appstore

Cytoscape App Store web application code
16 stars 20 forks source link

Address deprecated django warning for 'url' #43

Closed AlexanderPico closed 6 years ago

AlexanderPico commented 6 years ago

RemovedInDjango19Warning: Loading the url tag from the future library is deprecated and will be removed in Django 1.9. Use the default url tag instead.

sarthak-srivastava commented 6 years ago

Removed '{% load url from future %}' from html files.