added header_text to billboard.html; restored L+R .container padding after last fix (still 0 T+B)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-03-22 15:06:54 -04:00
parent cad3744a57
commit 2fd3ec9ab2
3 changed files with 29 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
{% extends "core/base.html" %}
{% block title_text %}Billboard{% endblock %}
{% block title_text %}Billboard{% endblock title_text %}
{% block header_text %}<span>Bill</span>board{% endblock header_text %}
{% block content %}
<div class="content dashboard-page">
<div class="content billboard-page">
<h2>My Games</h2>
<ul class="game-list">
{% for room in my_rooms %}