hide some unsupported data type

This commit is contained in:
Their Name 2023-01-09 08:36:41 +00:00
parent e1e8af424e
commit 97c80fcfdc
5 changed files with 3 additions and 21 deletions

View file

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

View file

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

View file

View file

@ -0,0 +1 @@
<!-- -->