DAAP_interface/templates/person.html

18 lines
431 B
HTML
Raw Normal View History

2020-09-25 13:00:51 +02:00
{% extends "layout.html" %}
{% block content %}
2020-09-26 18:10:28 +02:00
<div id="container-backend-data-button">
<a target="_blank" href="https://daap.bannerrepeater.org/wiki/Item:{{ person_id }}">
2020-11-15 19:47:41 +01:00
<div id="backend-data-button" class="primary-button">
2020-09-26 18:10:28 +02:00
<span>Go to backend to see live data</span>
2020-09-25 13:00:51 +02:00
</div>
2020-09-26 18:10:28 +02:00
</a>
2020-09-25 13:00:51 +02:00
</div>
2020-11-15 19:47:41 +01:00
<img class="placeholder-style" src="{{ url_for('static', filename='/imgs/Pages/mockup_page_person.png') }}">
2020-09-26 18:10:28 +02:00
2020-09-25 13:00:51 +02:00
{% endblock content %}