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. 1
      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 %}

@ -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