18 lines
431 B
HTML
18 lines
431 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" class="primary-button">
|
|
<span>Go to backend to see live data</span>
|
|
</div>
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<img class="placeholder-style" src="{{ url_for('static', filename='/imgs/Pages/mockup_page_person.png') }}">
|
|
|
|
{% endblock content %} |