From 6c0e2ce7b386659597e060e375429f2e41111237 Mon Sep 17 00:00:00 2001
From: Steven H Johnson <shjohnson.pi@gmail.com>
Date: Tue, 14 Jun 2016 22:10:08 -0400
Subject: [PATCH] Add missing apostrophe in site header

---
 usta/templates/usta/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usta/templates/usta/base.html b/usta/templates/usta/base.html
index 8d9ccaf..4c4a880 100644
--- a/usta/templates/usta/base.html
+++ b/usta/templates/usta/base.html
@@ -40,7 +40,7 @@
 
         <div class="nav-other">
             <header>
-                <h1><a href="{% url 'usta:index' %}">{{ start_date|date:'Y' }} USTA Boys 18 &amp; 16 National Tournament</a></h1>
+                <h1><a href="{% url 'usta:index' %}">{{ start_date|date:'Y' }} USTA Boys' 18 &amp; 16 National Tournament</a></h1>
             </header>
             <div class="nav-logo-wrapper">
                 <a href="{% url 'usta:index' %}">
-- 
GitLab