dodano przycisk zarezerwuj

This commit is contained in:
Łukasz Jędyk 2019-01-13 18:17:43 +01:00
parent 9b321e8026
commit eb49f18823
2 changed files with 8 additions and 2 deletions

View File

@ -33,5 +33,9 @@ html {
h1, h2, h3, h4, h5 { h1, h2, h3, h4, h5 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black; 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;
} }

View File

@ -23,7 +23,9 @@
{% if room.reserved %} {% if room.reserved %}
ZAREZERWOWANE ZAREZERWOWANE
{% else %} {% else %}
MIEJSCE NA PRZYCISK <div class="button-box" >
<button>Zarezerwuj</button>
</div>
{% endif %} {% endif %}
</td> </td>
</tr> </tr>