Titulo de Panel sigue formato Votacion. Se deja generico

This commit is contained in:
luisgulo 2026-07-21 19:01:25 +02:00
parent 255e0b9945
commit 0360b39496
3 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -111,7 +111,7 @@ def home():
else:
closed_polls.append(poll)
content = "<h1>SoloConLinux: Panel de Encuestas </h1>"
content = "<h1 style='color: #0070f3; text-transform: uppercase;'>Panel de Encuestas</h1>"
# BLOQUE: Encuestas Activas
content += '<div class="section-title"><b>Encuestas Activas</b></div>'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 41 KiB