Increase property page size.
This commit is contained in:
parent
8645121e82
commit
1354743ded
3 changed files with 5 additions and 2 deletions
|
|
@ -11,13 +11,14 @@
|
|||
| <a href="{{ url_for('start_oauth') }}">connect to Wikidata account</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
#}
|
||||
|
||||
{% if not g.user %}
|
||||
<p>This tool must be connected with Wikidata to work.</p>
|
||||
<p><a href="{{ url_for('start_oauth') }}" class="btn btn-primary btn-lg">Connect with Wikidata</a>
|
||||
{% endif %}
|
||||
|
||||
#}
|
||||
|
||||
<ul>
|
||||
{% for pid, label in props.items() %}
|
||||
<li><a href="{{ url_for('property_query_page', property_id=pid[1:]) }}">{{ label }}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue