diff options
Diffstat (limited to 'templates/template.html')
-rw-r--r-- | templates/template.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/template.html b/templates/template.html index 30d4b5f..c3b0c1c 100644 --- a/templates/template.html +++ b/templates/template.html @@ -314,6 +314,7 @@ {% endif %} </td> </tr> + {% if today_dinner %} <tr class="today"> <th scope="row">{{weekdays_abbrev[0]}}<br/>Dinner</th> <td> @@ -379,6 +380,7 @@ {% endif %} </td> </tr> + {% endif %} </tbody> </table> {% if days_after_this == -1 %} |