aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/search/results
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/search/results
parentf51bc293756243e6880a1419a82fb51ea1733a30 (diff)
downloadServo-19444b3b1c3d80b860d9d749942b7d2558950bcb.tar.gz
Servo-19444b3b1c3d80b860d9d749942b7d2558950bcb.tar.bz2
Servo-19444b3b1c3d80b860d9d749942b7d2558950bcb.zip
Refactored searches into separate module
Diffstat (limited to 'servo/templates/search/results')
-rwxr-xr-xservo/templates/search/results/gsx_results.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/search/results/gsx_results.html b/servo/templates/search/results/gsx_results.html
index dc7fff5..0e4c890 100755
--- a/servo/templates/search/results/gsx_results.html
+++ b/servo/templates/search/results/gsx_results.html
@@ -1,4 +1,4 @@
-<div id="gsx-container" data-source="{% url 'search-search_gsx' what=what arg=arg value=value %}">
+<div id="gsx-container" data-source="{% url 'search-get_gsx_search_results' what=what arg=arg value=value %}">
<div class="progress active">
<div class="bar" style="width:1%;" data-progress="0"></div>
</div>