Klaus-Uwe Mitterer
41d71d313f
Adding superior ratings Use Nominatim for location lookups Implement hotel registration
18 lines
No EOL
688 B
HTML
18 lines
No EOL
688 B
HTML
{% extends "frontend/base.html" %}
|
|
{% load i18n %}
|
|
{% load bootstrap4 %}
|
|
{% block "content" %}
|
|
<!--===== INNERPAGE-WRAPPER ====-->
|
|
<section class="innerpage-wrapper">
|
|
<div id="payment-success" class="section-padding">
|
|
<div class="container text-center">
|
|
<div class="row d-flex justify-content-center">
|
|
<div class="col-md-12 col-lg-8 col-lg-offset-2">
|
|
<h2>{% trans "Deine Angebote" %}</h2>
|
|
|
|
</div><!-- end columns -->
|
|
</div><!-- end row -->
|
|
</div><!-- end container -->
|
|
</div><!-- end coming-soon-text -->
|
|
</section><!-- end innerpage-wrapper -->
|
|
{% endblock %} |