forked from edward/owl-map
Admin page for checking skip IsA list
This commit is contained in:
parent
a91790b66d
commit
e25aaa5ec6
3 changed files with 33 additions and 0 deletions
17
templates/admin/skip_isa.html
Normal file
17
templates/admin/skip_isa.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container my-2">
|
||||
|
||||
<h1>Skip <em>instance of</em> list</h1>
|
||||
|
||||
<ul>
|
||||
{% for item in q %}
|
||||
<li><a href="{{ item.wd_url }}">{{ item.label() }}</a> ({{ item.qid }})
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue