equal
deleted
inserted
replaced
122 |
122 |
123 settings = site.logic.getSingleton() |
123 settings = site.logic.getSingleton() |
124 |
124 |
125 if settings: |
125 if settings: |
126 context['ga_tracking_num'] = settings.ga_tracking_num |
126 context['ga_tracking_num'] = settings.ga_tracking_num |
127 |
127 context['gmaps_api_key'] = settings.gmaps_api_key |
128 context['tos_link'] = redirects.getToSRedirect(settings) |
128 context['tos_link'] = redirects.getToSRedirect(settings) |
129 |
129 |
130 return context |
130 return context |
131 |
131 |
132 |
132 |