Skip to content

Commit

Permalink
removing delete until i build a confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Raddon authored and Aaron Raddon committed May 25, 2008
1 parent 4da8d19 commit bc4177d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{% endif %}
{% for entry in entries %}
<div><h2><a href="/admin/entry/{{ entry.entrytype }}/{{ entry.key }}" rel="bookmark" title="{{ entry.title }}">{{ entry.title }}</a> <a href="/entry/{{ entry.slug }}" style="color:red;">Preview</a> </h2>
<a href="/admin/entry/{{ entry.key }}" class="entrydelete" >delete</a>
<a href="/admin/entry/{{ entry.key }}" class="entrydelete" ></a>
</div>
{% endfor %}
</div>
Expand Down

0 comments on commit bc4177d

Please sign in to comment.