ergo / ziggurat_foundations

Framework agnostic set of sqlalchemy classes that make building applications that require permissions an easy task.
BSD 3-Clause "New" or "Revised" License
71 stars 22 forks source link

Add kwargs parameters to gravatar_url #7

Closed uralbash closed 9 years ago

uralbash commented 9 years ago

For example, if I want to set the size of img:

user.gravatar_url(s=48)
ergo commented 9 years ago

Thank you