Revision ed7e736e snf-astakos-app/astakos/im/views/im.py

b/snf-astakos-app/astakos/im/views/im.py
1
# Copyright 2011, 2012, 2013 GRNET S.A. All rights reserved.
1
# Copyright 2011-2014 GRNET S.A. All rights reserved.
2 2
#
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
......
940 940
                    url=request.build_absolute_uri(reverse('resource_usage')),
941 941
                    name="Usage"))
942 942

  
943
            if settings.PROJECTS_VISIBLE:
944
                append(
945
                    item(
946
                        url=request.build_absolute_uri(
947
                            reverse('project_list')),
948
                        name="Projects"))
943
            append(
944
                item(
945
                    url=request.build_absolute_uri(
946
                        reverse('project_list')),
947
                    name="Projects"))
949 948

  
950 949
            append(item(url=request.build_absolute_uri(reverse('feedback')),
951 950
                        name="Contact"))

Also available in: Unified diff