hide some unsupported data type
This commit is contained in:
parent
e1e8af424e
commit
97c80fcfdc
5 changed files with 3 additions and 21 deletions
|
@ -68,11 +68,10 @@
|
|||
<span> {% trans '评分:评分人数不足' %}</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div>此类数据尚未支持</div>
|
||||
<div>uuid: {{item.uuid}}</div>
|
||||
<div>class: {{item.class_name}}</div>
|
||||
<div>category: {{item.category}}</div>
|
||||
<div>id type: {{item.primary_id_type}}</div>
|
||||
<div>id value: {{item.primary_id_value}</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
@ -1,19 +1 @@
|
|||
{% extends "item_base.html" %}
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
{% load l10n %}
|
||||
{% load humanize %}
|
||||
{% load admin_url %}
|
||||
{% load mastodon %}
|
||||
{% load oauth_token %}
|
||||
{% load truncate %}
|
||||
{% load strip_scheme %}
|
||||
{% load thumb %}
|
||||
|
||||
<!-- class specific details -->
|
||||
{% block details %}
|
||||
{% endblock %}
|
||||
|
||||
<!-- class specific sidebar -->
|
||||
{% block sidebar %}
|
||||
{% endblock %}
|
||||
Unsupported Data Type
|
||||
|
|
0
journal/templates/list_item_performance.html
Normal file
0
journal/templates/list_item_performance.html
Normal file
0
journal/templates/list_item_podcast.html
Normal file
0
journal/templates/list_item_podcast.html
Normal file
1
journal/templates/list_item_work.html
Normal file
1
journal/templates/list_item_work.html
Normal file
|
@ -0,0 +1 @@
|
|||
<!-- -->
|
Loading…
Add table
Reference in a new issue