Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thanks stephan #6

Merged
merged 3 commits into from
Mar 29, 2016
Merged

Thanks stephan #6

merged 3 commits into from
Mar 29, 2016

Conversation

anuyens
Copy link
Contributor

@anuyens anuyens commented Mar 29, 2016

No description provided.

return code

def is_folderish(self):
return IBaseFolder.providedBy(self.real_context)

def summary(self, obj):
summary = obj.Title() + ' - ' + obj.creators[0] + ' - Dernière modififcation ' + obj.modification_date.strftime('%d/%m/%Y %H:%M')
summary = '%s - %s - Dernière modification %s' % \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you not translate "Dernière modification" ?

@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.742% when pulling 977b73a on anuyens:master into fd76260 on collective:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.742% when pulling 977b73a on anuyens:master into fd76260 on collective:master.

@sgeulette sgeulette merged commit 02d4fe0 into collective:master Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants