0.0.302 clear ID of hide inputs in create/find routes
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{% extends "tb_base.html" %}
|
||||
|
||||
{% load i18n %}
|
||||
{% load static %}
|
||||
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
@@ -24,6 +27,8 @@
|
||||
|
||||
<h2 id="title_static">{% translate "Читайте также:" %}</h2>
|
||||
|
||||
|
||||
|
||||
<div class="previous_next_news">
|
||||
{% for item in arts_top %}
|
||||
|
||||
@@ -39,7 +44,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
{#<div>{{ art.text|safe }}</div>#}
|
||||
<div>{{ art.text|safe }}</div>
|
||||
{% endfor %}
|
||||
|
||||
<div class="news_item_static">
|
||||
@@ -66,7 +71,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
{#<div>{{ art.text|safe }}</div>#}
|
||||
<div>{{ art.text|safe }}</div>
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user