mysteriendrama/templates/unterstuetzen.html

18 lines
750 B
HTML
Raw Normal View History

2023-07-22 12:04:19 +02:00
{% extends 'base.html'%}
{% load static %}
{% block title %}Unterstützen{% endblock title %}
2023-07-22 12:04:19 +02:00
{% block content %}
<section class="dc-page-container">
<img src="{% static 'pictures/Unterstuetzen.webp' %}">
<div class="dc-medium dc-padding-top" style="text-align:justify;">Für Proben, Requisiten, Kostüme und schlussendlich die Aufführung hoffen wir auf Ihre Spenden.<br>
<div class="dc-container dc-light-gray dc-padding dc-border-black dc-round-small">
<span>Kontoinhaberin: Selbstbestimmt Studieren e.V.<br></span>
<span>IBAN: DE39 4306 0967 1062 5063 00<br></span>
2023-07-22 12:04:19 +02:00
<span>BIC: GENODEM1GLS<br></span>
<span>Verwendungszweck: Mysteriendrama &amp; Ihre Adresse (für die Spendenbescheinigung)</span>
</div></div>
2023-07-22 12:04:19 +02:00
</section>
{% endblock content %}