Show options as buttons instead of links.

This commit is contained in:
Edward Betts 2019-10-07 10:36:27 +01:00
parent 9e8342b0ec
commit 5c263c7ef7

View file

@ -24,16 +24,11 @@
</p>
{% endif %}
<p>
<a href="https://www.wikidata.org/wiki/{{ qid }}">view this painting on Wikidata</a>
|
<a href="{{ url_for('random_painting') }}">switch to another painting</a>
|
<a href="{{ url_for('browse_page') }}">browse paintings</a>
</p>
<div class="m-2">
<a href="https://www.wikidata.org/wiki/{{ qid }}" class="btn btn-primary">view on Wikidata</a>
<a href="{{ url_for('random_painting') }}" class="btn btn-primary">skip this photo</a>
<a href="{{ url_for('browse_page') }}" class="btn btn-primary">browse paintings</a>
</div>
<div>