Changes in ow/templates/profile.pt [b3374f6:f0e64eb] in OpenWorkouts-current


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/profile.pt

    rb3374f6 rf0e64eb  
    1818        <div>
    1919          <tal:c tal:condition="getattr(user, 'picture', None)">
    20             <img tal:attributes="src request.resource_path(user, 'picture')"
     20            <img tal:attributes="src request.resource_path(user, 'picture', query={'size': 200})"
    2121                 width="450" />
    2222          </tal:c>
Note: See TracChangeset for help on using the changeset viewer.