Show options as buttons instead of links.
This commit is contained in:
parent
9e8342b0ec
commit
5c263c7ef7
|
@ -24,16 +24,11 @@
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<p>
|
<div class="m-2">
|
||||||
<a href="https://www.wikidata.org/wiki/{{ qid }}">view this painting on Wikidata</a>
|
<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('random_painting') }}">switch to another painting</a>
|
<a href="{{ url_for('browse_page') }}" class="btn btn-primary">browse paintings</a>
|
||||||
|
|
</div>
|
||||||
<a href="{{ url_for('browse_page') }}">browse paintings</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in a new issue