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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/dashboard.pt

    rb3374f6 rf0e64eb  
    101101          <tal:c tal:condition="getattr(context, 'picture', None)">
    102102            <a href="" tal:attributes="href request.resource_url(context, 'profile')">
    103               <img tal:attributes="src request.resource_path(context, 'picture')"
     103              <img tal:attributes="src request.resource_path(context, 'picture', query={'size': 200})"
    104104                   width="450" />
    105105            </a>
Note: See TracChangeset for help on using the changeset viewer.