Skip to content

Commit

Permalink
removed some test data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Price committed Aug 23, 2013
1 parent 44e16b0 commit a19f52a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fancypages/templates/fancypages/dashboard/block_select.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{% load i18n %}
{% load staticfiles %}
{% load url from future %}
{% load thumbnail %}

<div class="block-add-control">
<a data-toggle="modal"
{#data-behaviours="load-modal"#}
Expand Down Expand Up @@ -44,9 +42,6 @@ <h3>Add content</h3>
<li>
<button type="submit" class="fp-btn" name="code" value="{{ fp_block.0 }}">
<div class="image_container">
{% thumbnail image_asset.image "150x150" as im %}
<img src="{{ im.url }}" alt="{{ image_asset.name|truncatechars:20 }}" />
{% endthumbnail %}
<!-- <label id="{{ fp_block.0 }}"> -->
<img src="{% static "fancypages/img/block_icons/" %}{{ fp_block.0 }}.png" class="fp-{{ fp_block.0 }}" alt="{{ fp_block.1 }}" title="{{ fp_block.1 }}">
<!-- </label> -->
Expand Down

0 comments on commit a19f52a

Please sign in to comment.