Increase property page size.

This commit is contained in:
Edward Betts 2019-12-18 19:00:26 +00:00
parent 8645121e82
commit 1354743ded
3 changed files with 5 additions and 2 deletions

View file

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