Hide account button during development.

This commit is contained in:
Edward Betts 2019-12-18 18:57:18 +00:00
parent 44b26b94eb
commit 8645121e82

View file

@ -6,10 +6,12 @@
<div class="m-3">
<p><a href="{{ url_for('random_artwork') }}">random artwork</a>
{#
{% if not g.user %}
| <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>