diff options
Diffstat (limited to 'project/templates/base.html')
-rw-r--r-- | project/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/base.html b/project/templates/base.html index 2ef282c..c946602 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -45,7 +45,7 @@ {% block content %}{% endblock %} </div> <div id="right"> - {% include '_sponsors.html' %} + {% include '_right_menu.html' %} </div> </div> |