change title for dtys index page

master
Stepan Krapivin 8 years ago
parent 7d372f1ad3
commit d5e72786fe
  1. 4
      batiskaf/templates/jinja2/dtys/index.jinja
  2. 3
      static/js/dtys.js

@ -3,7 +3,7 @@
{% block meta_description %}{% endblock %} {% block meta_description %}{% endblock %}
{% block title %} {% block title %}
DTYS index Поймай свою цену
{% endblock %} {% endblock %}
{% block stylesheet %} {% block stylesheet %}
@ -23,7 +23,7 @@
{% block content %} {% block content %}
<div class="index-goods"> <div class="index-goods">
<div class="row"> <div class="row">
<h1>D`TYS</h1> <h1>Поймай свою цену</h1>
<div class="dtys"> <div class="dtys">
{% for object in object_list %} {% for object in object_list %}

@ -107,7 +107,7 @@ var Updater = function(){
this.interval = setInterval(function(){ me.doUpdate() }, this.params.period); this.interval = setInterval(function(){ me.doUpdate() }, this.params.period);
}; };
this.doUpdate = function(){ this.doUpdate = function() {
var me = this; var me = this;
$.ajax(this.params.url, { $.ajax(this.params.url, {
success: function(data,status,x){ success: function(data,status,x){
@ -144,7 +144,6 @@ $(function(){
url: "/dtys/etg/", url: "/dtys/etg/",
onModified: function(data, x, modified) { onModified: function(data, x, modified) {
get_price(); get_price();
// console.log(data, x, modified);
} }
}); });

Loading…
Cancel
Save