update footer
This commit is contained in:
parent
8ddbb9d257
commit
8b3784d5e0
18 changed files with 43 additions and 44 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<title>{% trans 'Boofilsic - ' %}{{ title }}</title>
|
<title>{% trans 'Boofilsic - ' %}{{ title }}</title>
|
||||||
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
||||||
<script src="{% static 'js/create_update.js' %}"></script>
|
<script src="{% static 'js/create_update.js' %}"></script>
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<a href="">whitiewhite@donotban.com</a>
|
<a href="https://donotban.com/@whitiewhite">去长毛象向作者提意见</a>
|
||||||
<a href="" id="githubLink">Github</a>
|
<a href="" id="githubLink">Github</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<title>{% trans 'Boofilsic - ' %}{{ title }}</title>
|
<title>{% trans 'Boofilsic - ' %}{{ title }}</title>
|
||||||
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
||||||
<script src="{% static 'js/create_update_review.js' %}"></script>
|
<script src="{% static 'js/create_update_review.js' %}"></script>
|
||||||
|
@ -100,11 +100,10 @@
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<a href="">whitiewhite@donotban.com</a>
|
<a href="https://donotban.com/@whitiewhite">去长毛象向作者提意见</a>
|
||||||
<a href="" id="githubLink">Github</a>
|
<a href="" id="githubLink">Github</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{% comment %}
|
{% comment %}
|
||||||
<div id="oauth2Token" hidden="true">{% oauth_token %}</div>
|
<div id="oauth2Token" hidden="true">{% oauth_token %}</div>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<title>{% trans 'Boofilsic - 删除图书' %}</title>
|
<title>{% trans 'Boofilsic - 删除图书' %}</title>
|
||||||
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
||||||
<script src="{% static 'lib/js/rating-star.js' %}"></script>
|
<script src="{% static 'lib/js/rating-star.js' %}"></script>
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<a href="">whitiewhite@donotban.com</a>
|
<a href="https://donotban.com/@whitiewhite">去长毛象向作者提意见</a>
|
||||||
<a href="" id="githubLink">Github</a>
|
<a href="" id="githubLink">Github</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<title>{% trans 'Boofilsic - 删除评论' %}</title>
|
<title>{% trans 'Boofilsic - 删除评论' %}</title>
|
||||||
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<a href="">whitiewhite@donotban.com</a>
|
<a href="https://donotban.com/@whitiewhite">去长毛象向作者提意见</a>
|
||||||
<a href="" id="githubLink">Github</a>
|
<a href="" id="githubLink">Github</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<title>{% trans 'Boofilsic - 书籍详情' %} | {{ book.title }}</title>
|
<title>{% trans 'Boofilsic - 书籍详情' %} | {{ book.title }}</title>
|
||||||
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
||||||
<script src="{% static 'lib/js/rating-star.js' %}"></script>
|
<script src="{% static 'lib/js/rating-star.js' %}"></script>
|
||||||
|
@ -250,7 +250,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<a href="">whitiewhite@donotban.com</a>
|
<a href="https://donotban.com/@whitiewhite">去长毛象向作者提意见</a>
|
||||||
<a href="" id="githubLink">Github</a>
|
<a href="" id="githubLink">Github</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<title>{% trans 'Boofilsic - 搜索结果' %}</title>
|
<title>{% trans 'Boofilsic - 搜索结果' %}</title>
|
||||||
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
||||||
<script src="{% static 'lib/js/rating-star.js' %}"></script>
|
<script src="{% static 'lib/js/rating-star.js' %}"></script>
|
||||||
|
@ -140,7 +140,7 @@
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<a href="">whitiewhite@donotban.com</a>
|
<a href="https://donotban.com/@whitiewhite">去长毛象向作者提意见</a>
|
||||||
<a href="" id="githubLink">Github</a>
|
<a href="" id="githubLink">Github</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<title>{% trans 'Boofilsic - 查看评论' %}</title>
|
<title>{% trans 'Boofilsic - 查看评论' %}</title>
|
||||||
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
||||||
<script src="{% static 'lib/js/rating-star.js' %}"></script>
|
<script src="{% static 'lib/js/rating-star.js' %}"></script>
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<a href="">whitiewhite@donotban.com</a>
|
<a href="https://donotban.com/@whitiewhite">去长毛象向作者提意见</a>
|
||||||
<a href="" id="githubLink">Github</a>
|
<a href="" id="githubLink">Github</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<title>{% trans 'Boofilsic - 搜索结果' %}</title>
|
<title>{% trans 'Boofilsic - 搜索结果' %}</title>
|
||||||
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
||||||
<script src="{% static 'lib/js/rating-star.js' %}"></script>
|
<script src="{% static 'lib/js/rating-star.js' %}"></script>
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<a href="">whitiewhite@donotban.com</a>
|
<a href="https://donotban.com/@whitiewhite">去长毛象向作者提意见</a>
|
||||||
<a href="" id="githubLink">Github</a>
|
<a href="" id="githubLink">Github</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<title>{% trans 'Boofilsic - 主页' %}</title>
|
<title>{% trans 'Boofilsic - 主页' %}</title>
|
||||||
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
||||||
<script src="{% static 'js/scrape.js' %}"></script>
|
<script src="{% static 'js/scrape.js' %}"></script>
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<a href="">whitiewhite@donotban.com</a>
|
<a href="https://donotban.com/@whitiewhite">去长毛象向作者提意见</a>
|
||||||
<a href="" id="githubLink">Github</a>
|
<a href="" id="githubLink">Github</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
|
@ -100,18 +100,18 @@ class UserOwnedEntity(models.Model):
|
||||||
# this is guaranteed by models
|
# this is guaranteed by models
|
||||||
id_list = [e.owner.mastodon_id for e in user_owned_entities]
|
id_list = [e.owner.mastodon_id for e in user_owned_entities]
|
||||||
# Mastodon request
|
# Mastodon request
|
||||||
# relationships = get_relationships(id_list, token)
|
relationships = get_relationships(id_list, token)
|
||||||
# mute_block_blocked = []
|
mute_block_blocked = []
|
||||||
# following = []
|
following = []
|
||||||
# for r in relationships:
|
for r in relationships:
|
||||||
# # check json data type
|
# check json data type
|
||||||
# if r['blocking'] or r['blocked_by'] or r['muting']:
|
if r['blocking'] or r['blocked_by'] or r['muting']:
|
||||||
# mute_block_blocked.append(r['id'])
|
mute_block_blocked.append(r['id'])
|
||||||
# if r['following']:
|
if r['following']:
|
||||||
# following.append(r['id'])
|
following.append(r['id'])
|
||||||
# user_owned_entities = user_owned_entities.exclude(owner__mastodon_id__in=mute_block_blocked)
|
user_owned_entities = user_owned_entities.exclude(owner__mastodon_id__in=mute_block_blocked)
|
||||||
# following.append(str(user.mastodon_id))
|
following.append(str(user.mastodon_id))
|
||||||
# user_owned_entities = user_owned_entities.exclude(Q(is_private=True) & ~Q(owner__mastodon_id__in=following))
|
user_owned_entities = user_owned_entities.exclude(Q(is_private=True) & ~Q(owner__mastodon_id__in=following))
|
||||||
return user_owned_entities
|
return user_owned_entities
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<meta http-equiv="refresh" content="3;url={% url 'common:home' %}">
|
<meta http-equiv="refresh" content="3;url={% url 'common:home' %}">
|
||||||
<link rel="stylesheet" href="{% static 'lib/css/milligram.css' %}">
|
<link rel="stylesheet" href="{% static 'lib/css/milligram.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'css/boofilsic_edit.css' %}">
|
<link rel="stylesheet" href="{% static 'css/boofilsic_edit.css' %}">
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<title>{% trans 'Boofilsic - 主页' %}</title>
|
<title>{% trans 'Boofilsic - 主页' %}</title>
|
||||||
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
||||||
<script src="{% static 'js/mastodon.js' %}"></script>
|
<script src="{% static 'js/mastodon.js' %}"></script>
|
||||||
|
@ -168,7 +168,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<a href="">whitiewhite@donotban.com</a>
|
<a href="https://donotban.com/@whitiewhite">去长毛象向作者提意见</a>
|
||||||
<a href="" id="githubLink">Github</a>
|
<a href="" id="githubLink">Github</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<title>{% trans 'Boofilsic - 搜索结果' %}</title>
|
<title>{% trans 'Boofilsic - 搜索结果' %}</title>
|
||||||
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
||||||
<script src="{% static 'lib/js/rating-star.js' %}"></script>
|
<script src="{% static 'lib/js/rating-star.js' %}"></script>
|
||||||
|
@ -165,7 +165,7 @@
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<a href="">whitiewhite@donotban.com</a>
|
<a href="https://donotban.com/@whitiewhite">去长毛象向作者提意见</a>
|
||||||
<a href="" id="githubLink">Github</a>
|
<a href="" id="githubLink">Github</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<title>{% trans 'Boofilsic - 书' %}</title>
|
<title>{% trans 'Boofilsic - 书' %}</title>
|
||||||
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
||||||
<script src="{% static 'lib/js/rating-star.js' %}"></script>
|
<script src="{% static 'lib/js/rating-star.js' %}"></script>
|
||||||
|
@ -192,7 +192,7 @@
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<a href="">whitiewhite@donotban.com</a>
|
<a href="https://donotban.com/@whitiewhite">去长毛象向作者提意见</a>
|
||||||
<a href="" id="githubLink">Github</a>
|
<a href="" id="githubLink">Github</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<link rel="stylesheet" href="{% static 'lib/css/milligram.css' %}">
|
<link rel="stylesheet" href="{% static 'lib/css/milligram.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'css/boofilsic_edit.css' %}">
|
<link rel="stylesheet" href="{% static 'css/boofilsic_edit.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'css/boofilsic_box.css' %}">
|
<link rel="stylesheet" href="{% static 'css/boofilsic_box.css' %}">
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<title>{% trans 'Boofilsic - 管理举报' %}</title>
|
<title>{% trans 'Boofilsic - 管理举报' %}</title>
|
||||||
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
||||||
<script src="{% static 'js/create_update.js' %}"></script>
|
<script src="{% static 'js/create_update.js' %}"></script>
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<a href="">whitiewhite@donotban.com</a>
|
<a href="https://donotban.com/@whitiewhite">去长毛象向作者提意见</a>
|
||||||
<a href="" id="githubLink">Github</a>
|
<a href="" id="githubLink">Github</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<link rel="stylesheet" href="{% static 'lib/css/milligram.css' %}">
|
<link rel="stylesheet" href="{% static 'lib/css/milligram.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'css/boofilsic_edit.css' %}">
|
<link rel="stylesheet" href="{% static 'css/boofilsic_edit.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'css/boofilsic_box.css' %}">
|
<link rel="stylesheet" href="{% static 'css/boofilsic_box.css' %}">
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<title>{% trans 'Boofilsic - 举报用户' %}</title>
|
<title>{% trans 'Boofilsic - 举报用户' %}</title>
|
||||||
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
<script src="https://cdn.staticfile.org/jquery/3.5.0/jquery.min.js"></script>
|
||||||
<script src="{% static 'js/create_update.js' %}"></script>
|
<script src="{% static 'js/create_update.js' %}"></script>
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<a href="">whitiewhite@donotban.com</a>
|
<a href="https://donotban.com/@whitiewhite">去长毛象向作者提意见</a>
|
||||||
<a href="" id="githubLink">Github</a>
|
<a href="" id="githubLink">Github</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue