check posts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-13 20:18:12 +10:00
parent 3e935e4d1b
commit 7b1e40820f

View File

@ -2,7 +2,7 @@
{% for posto in postos %} {% for posto in postos %}
<div class="row"> <div class="row">
<div class="col s12 m6"> <div class="col s12 m6">
<div class="card blue-grey darken-1"> <div class="card blue-red darken-1">
<div class="card-content white-text"> <div class="card-content white-text">
<span class="card-title">#{{ posto._key }}</span> <span class="card-title">#{{ posto._key }}</span>
<p>{{ posto.texto }}</p> <p>{{ posto.texto }}</p>