Changeset f556d1e in OpenWorkouts-current


Ignore:
Timestamp:
Feb 15, 2019, 12:15:31 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current, feature/docs, master
Children:
aa99826
Parents:
0fa21cd
Message:

fix #55 Replace the "no map" temporary image with something nicer

Location:
ow
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/dashboard.pt

    r0fa21cd rf556d1e  
    8585                </tal:has-screenshot>
    8686                <tal:has-not-screenshot tal:condition="workout.map_screenshot is None">
    87                   <img src="" tal:attributes="src request.static_url('ow:static/media/img/no_map.png');
     87                  <img src="" tal:attributes="src request.static_url('ow:static/media/img/no_map.gif');
    8888                            alt workout.title; title workout.title; class 'js-needs-map'">
    8989                </tal:has-not-screenshot>
  • ow/templates/profile.pt

    r0fa21cd rf556d1e  
    149149                  </tal:has-screenshot>
    150150                  <tal:has-not-screenshot tal:condition="workout.map_screenshot is None">
    151                     <img src="" tal:attributes="src request.static_url('ow:static/media/img/no_map.png');
     151                    <img src="" tal:attributes="src request.static_url('ow:static/media/img/no_map.gif');
    152152                              alt workout.title; title workout.title; class 'js-needs-map'">
    153153                  </tal:has-not-screenshot>
Note: See TracChangeset for help on using the changeset viewer.