From 3fd248d8b761f9d025cc292470baee22804d92e9 Mon Sep 17 00:00:00 2001 From: Chris Giacofei Date: Wed, 26 Jun 2024 12:37:36 -0400 Subject: [PATCH] Fix page title for batch template. --- beer/templates/beer/batch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beer/templates/beer/batch.html b/beer/templates/beer/batch.html index cb10610..aeea2b7 100644 --- a/beer/templates/beer/batch.html +++ b/beer/templates/beer/batch.html @@ -1,6 +1,6 @@ {% extends "no_jumbo_base.html" %} {% load mathfilters %} -{% block title %}Yeast Samples{% endblock %} +{% block title %}#{{ batch.brewfather_num }} {{ batch.brewfather_name }}{% endblock %} {% block style %} .table td.fit,