Expand focus from paintings to more artworks
Replace all references to 'painting' with 'artwork'
This commit is contained in:
parent
df8ff30b64
commit
036a4be5ed
14 changed files with 76 additions and 76 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Wikidata painting depicts{% endblock %}
|
||||
{% block title %}Wikidata Art Depiction Explorer{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="m-3">
|
||||
<p><a href="{{ url_for('random_painting') }}">random painting</a>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue