Commit 432a5e30404801effb6c546c5dc29c2217cada1f
1 parent
85cd60ec
Exists in
master
and in
23 other branches
Removed outdated comment
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
colab/plugins/templatetags/plugins.py
... | ... | @@ -11,7 +11,6 @@ register = template.Library() |
11 | 11 | @register.simple_tag(takes_context=True) |
12 | 12 | def plugins_menu(context): |
13 | 13 | |
14 | - # TODO: Cache has to take language into account | |
15 | 14 | if context['user'].is_authenticated(): |
16 | 15 | cache_key = 'colab-plugin-menu-authenticated' |
17 | 16 | else: | ... | ... |