Skip to content

Commit

Permalink
fixes #13: tags first
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Aug 19, 2010
1 parent eb71be3 commit 25efb96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blogango/templates/blogango/admin/edit_entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ <h3><label for="id_text">Text</label></h3>
<h3><label for="id_text_markup_type">Markup Parser</label></h3>
{{ entry_form.text_markup_type }}
</div>
<div class="formbox">
<h3><label for="id_tags">Tags</label></h3>
{{ entry_form.tags }}
</div>
<div class="formbox toggleable collapsed">
<h3><label for="id_created_by">Author</label></h3>
{{ entry_form.created_by }}
</div>
<div class="formbox toggleable collapsed">
<h3><label for="id_tags">Tags</label></h3>
{{ entry_form.tags }}
</div>
<div class="formbox toggleable collapsed">
<h3><label for="id_meta_keywords">Keywords</label></h3>
{{ entry_form.meta_keywords }}
Expand Down

0 comments on commit 25efb96

Please sign in to comment.