DAAP_interface/templates/organisation.html

18 lines
423 B
HTML
Raw Normal View History

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