dodano przycisk zarezerwuj
This commit is contained in:
parent
9b321e8026
commit
eb49f18823
@ -33,5 +33,9 @@ html {
|
||||
h1, h2, h3, h4, h5 {
|
||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
||||
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
|
||||
color: white
|
||||
color: white;
|
||||
}
|
||||
a {
|
||||
text-decoration: none !important;
|
||||
color: black;
|
||||
}
|
||||
|
@ -23,7 +23,9 @@
|
||||
{% if room.reserved %}
|
||||
ZAREZERWOWANE
|
||||
{% else %}
|
||||
MIEJSCE NA PRZYCISK
|
||||
<div class="button-box" >
|
||||
<button>Zarezerwuj</button>
|
||||
</div>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user