18 lines
382 B
HTML
18 lines
382 B
HTML
{% extends "layout.html" %}
|
|
{% block content %}
|
|
|
|
|
|
|
|
<div id="container-backend-data-button">
|
|
|
|
<a target="_blank" href="https://daap.bannerrepeater.org/wiki/Item:{{ person_id }}">
|
|
<div id="backend-data-button">
|
|
<span>Go to backend to see live data</span>
|
|
</div>
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<img src="{{ url_for('static', filename='/imgs/Pages/Artwork page_mock up.png') }}">
|
|
|
|
{% endblock content %} |