I hereby claim:
- I am jeffbowen on github.
- I am jeffbowen (https://keybase.io/jeffbowen) on keybase.
- I have a public key ASBsqcat-jZbFCIBDM9htwsoXefmAhOojP2FWv_Imz9XBwo
To claim this, I am signing this object:
| from django import template | |
| from django.template.defaultfilters import stringfilter | |
| register = template.Library() | |
| @register.filter | |
| @stringfilter | |
| def possessive(string): | |
| if string[-2:] == "'s" or string[-2:] == "’s": | |
| return string |
I hereby claim:
To claim this, I am signing this object: