Commit ac474e1b authored by Mario Chirinos's avatar Mario Chirinos

data tables

parent 4039110a
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
"language": {"url": "/static/languages/Spanish.json" }, "language": {"url": "/static/languages/Spanish.json" },
"ajax": { "ajax": {
"url":"/catalog/ws/news/", "url":"/catalog/ws/news/",
"data":{"startDate":"{{form.startDate.value}}", "endDate":"{{form.endDate.value}}", "ajaxPublishers":[{% for p in form.publishers.value %}{{p}}{% if not forloop.last %},{% endif %}{% endfor %}], {% if form.text != "None" %} "text":"{{form.text.value}}{%endif%}"} "data":{"startDate":"{{form.startDate.value}}", "endDate":"{{form.endDate.value}}", "ajaxPublishers":[{% for p in form.publishers.value %}{{p}}{% if not forloop.last %},{% endif %}{% endfor %}], {% if form.text.value != "None" %} "text":"{{form.text.value}}"{%endif%}}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment