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

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

Loading…
Cancel
Save