You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
django/templates/myadmin/classification_list_modal.html

16 lines
438 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--- 删除模态框 -->
<div class="ui tiny modal delete">
<div class="header">
删除确认
</div>
<div class="image content">
<div class="description">
确认删除分类(该分类下面的视频将会被删除)
</div>
</div>
<div class="actions">
<div class="ui primary approve button">确认</div>
<div class="ui deny button">取消</div>
</div>
</div>