diff --git a/games/templates/add_purchase.html b/games/templates/add_purchase.html
index 5a09d96..2fa0ec8 100644
--- a/games/templates/add_purchase.html
+++ b/games/templates/add_purchase.html
@@ -26,7 +26,9 @@
                 
                     |  | -                        Delete
+                        Delete | 
             {% endif %}
diff --git a/games/templates/base.html b/games/templates/base.html
index bfc83de..edc6e7d 100644
--- a/games/templates/base.html
+++ b/games/templates/base.html
@@ -77,47 +77,47 @@
                                             
                                         {% endif %}
                                     
-                                    
-                                    {% if session_count > 0 %}
-                                        
-                                            Stats
-                                            
+                                {% if session_count > 0 %}
+                                    
+                                        Stats
+                                        
+                                            - 
+                                                Overall
+                                            +                                            {% for year in stats_dropdown_year_range %}
- 
                                                     Overall
+                                                       href="{% url 'stats_by_year' year %}">{{ year }}
                                                 -                                                {% for year in stats_dropdown_year_range %}
-
- 
-                                                        {{ year }}
-                                                    -                                                {% endfor %}
-
-                                        
-                                        
-                                            All Sessions
-                                        
-                                        
-                                            Log Out
-                                        
-                                    {% endif %}
+                                            {% endfor %}
+                                        
+                                    
+                                    
+                                        All Sessions
+                                    
+                                    
+                                        Log Out
+                                    
                                 {% endif %}
-                            
-                        
+                            {% endif %}
+                        
                     
-                
-
-                    {% block content %}
-                        No content here.
-                    {% endblock content %}
                 
-                {% load version %}
-                {% version %} ({% version_date %})
+            
+            
+                {% block content %}
+                    No content here.
+                {% endblock content %}
             
-            {% block scripts %}
-            {% endblock scripts %}
-