Warning when adding room category, fixes #11
This commit is contained in:
parent
17f44d8a3a
commit
f23de89958
1 changed files with 4 additions and 1 deletions
|
@ -54,11 +54,14 @@
|
|||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h3 class="modal-title">Profildaten</h3>
|
||||
<h3 class="modal-title">Zimmerkategorie erstellen</h3>
|
||||
<button type="button" class="close" data-dismiss="modal">×</button>
|
||||
</div><!-- end modal-header -->
|
||||
|
||||
<div class="modal-body">
|
||||
<div class="alert alert-warning alert-dismissible text-center" role="alert">
|
||||
Achtung: Soweit möglich empfehlen wir die Verwendung der vordefinierten Zimmerkategorien! Dies dient der Übersichtlichkeit für die Kund*innen und damit auch Ihnen!
|
||||
</div>
|
||||
<form method="POST">
|
||||
{% csrf_token %}
|
||||
{% bootstrap_form form %}
|
||||
|
|
Loading…
Reference in a new issue