Revision c2141ac1 snf-astakos-app/astakos/im/api/__init__.py

b/snf-astakos-app/astakos/im/api/__init__.py
126 126
        if with_extra_links:
127 127
            append(item(
128 128
                url=absolute(request, reverse('landing')),
129
                name="Welcome")) 
129
                name="Overview")) 
130 130
        append(item(url=absolute(request, reverse('edit_profile')),
131 131
               name="Profile"))
132 132
        if with_extra_links:

Also available in: Unified diff