aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/devices/search_gsx_results.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-11-11 15:43:55 +0200
committerFilipp Lepalaan <filipp@mac.com>2015-11-11 15:43:55 +0200
commit19444b3b1c3d80b860d9d749942b7d2558950bcb (patch)
tree0942f5e005b7f607ee64d73978a6cf7912945adc /servo/templates/devices/search_gsx_results.html
parentf51bc293756243e6880a1419a82fb51ea1733a30 (diff)
downloadServo-19444b3b1c3d80b860d9d749942b7d2558950bcb.tar.gz
Servo-19444b3b1c3d80b860d9d749942b7d2558950bcb.tar.bz2
Servo-19444b3b1c3d80b860d9d749942b7d2558950bcb.zip
Refactored searches into separate module
Diffstat (limited to 'servo/templates/devices/search_gsx_results.html')
-rwxr-xr-xservo/templates/devices/search_gsx_results.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/servo/templates/devices/search_gsx_results.html b/servo/templates/devices/search_gsx_results.html
index b7a0926..df92660 100755
--- a/servo/templates/devices/search_gsx_results.html
+++ b/servo/templates/devices/search_gsx_results.html
@@ -1,5 +1,5 @@
-<div id="gsx-container" data-source="{% url 'devices-get_gsx_search_results' what param query %}">
- <div class="progress active">
- <div class="bar" style="width:1%;" data-progress="0"></div>
- </div>
+<div id="gsx-container" data-source="{% url 'search-get_gsx_search_results' what param query %}">
+ <div class="progress active">
+ <div class="bar" style="width:1%;" data-progress="0"></div>
+ </div>
</div>