Skip to content

Commit

Permalink
Temporarily allow send to playlist for Billy's presentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawaxman committed Apr 21, 2011
1 parent ac7492a commit e916ed4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Empty file modified appcfg.py 100644 → 100755
Empty file.
2 changes: 0 additions & 2 deletions templates/djdb/album_info_page.html
Expand Up @@ -221,11 +221,9 @@ <h3>Tracks</h3>
{% endifnotequal %}
{% endfor %}
</td>
<!-- {% if request.is_from_studio %}-->
<td>
<a class="send_to_playlist" href="/djdb/crate/send_to_playlist/{{ track.key }}"><img src="/media/common/img/play.png" alt="Send to Playlist" title="Send to Playlist"/></a>
</td>
<!-- {% endif %}-->
<td>
{% ifincrate user track %}
<a href="/djdb/crate/remove_item?response_page=album&item_key={{ track.key }}"><img src="/media/common/img/remove.png" alt="Remove Track from Crate" title="Remove Track from Crate"/></a>
Expand Down
2 changes: 0 additions & 2 deletions templates/djdb/crate_page.html
Expand Up @@ -127,9 +127,7 @@
{% endifequal %}
</td>
<td align="right">
<!-- {% if request.is_from_studio %}-->
<a class="send_to_playlist" href="/djdb/crate/send_to_playlist/{{ item.key }}"><img src="/media/common/img/play.png" alt="Send to Playlist" title="Send to Playlist"/></a>
<!-- {% endif %}-->
<a href="/djdb/crate/{{ crate.key }}/remove_item?response_page=crate&item_key={{ item.key }}"><img src="/media/common/img/remove.png" alt="Remove Item from Crate" title="Remove Item from Crate"/></a>
</td></tr></table>
</li>
Expand Down
2 changes: 0 additions & 2 deletions templates/djdb/landing_page.html
Expand Up @@ -249,11 +249,9 @@ <h3>Tracks</h3>
<td>{{ track.title }}</td>
<td><a href="{{ track.artist_url }}">{{ track.artist_name }}</a></td>
<td><a href="{{ track.album.url }}">{{ track.album }}</a></td>
<!-- {% if request.is_from_studio %}-->
<td>
<a class="send_to_playlist" href="/djdb/crate/send_to_playlist/{{ track.key }}"><img src="/media/common/img/play.png" alt="Send to Playlist" title="Send to Playlist"/></a>
</td>
<!-- {% endif %}-->
<td>
{% ifincrate user track %}
<a href="/djdb/crate/remove_item?response_page=landing&item_key={{ track.key }}&query={{ query_str }}"><img src="/media/common/img/remove.png" alt="Remove Track from Crate" title="Remove Track from Crate"/></a>
Expand Down

0 comments on commit e916ed4

Please sign in to comment.