Hide account button during development.
This commit is contained in:
parent
44b26b94eb
commit
8645121e82
|
@ -6,10 +6,12 @@
|
||||||
<div class="m-3">
|
<div class="m-3">
|
||||||
<p><a href="{{ url_for('random_artwork') }}">random artwork</a>
|
<p><a href="{{ url_for('random_artwork') }}">random artwork</a>
|
||||||
|
|
||||||
|
{#
|
||||||
{% if not g.user %}
|
{% if not g.user %}
|
||||||
| <a href="{{ url_for('start_oauth') }}">connect to Wikidata account</a>
|
| <a href="{{ url_for('start_oauth') }}">connect to Wikidata account</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
|
#}
|
||||||
|
|
||||||
{% if not g.user %}
|
{% if not g.user %}
|
||||||
<p>This tool must be connected with Wikidata to work.</p>
|
<p>This tool must be connected with Wikidata to work.</p>
|
||||||
|
|
Loading…
Reference in a new issue