Skip to content

Commit

Permalink
Fix visual bug on copy dialog viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhuang committed Jul 2, 2013
1 parent 71451b1 commit 49e0ab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deme_django/cms/templates/item/new_bare.html
Expand Up @@ -24,6 +24,7 @@
</script>
{% endif %}
{% if modal %}<h3 class="popup-title">{{metabar_contents}}</h3>{% endif %}
{% if item_types %}
<div class="">
<div class="item-type-wrap">
<ul class="breadcrumb">
Expand Down Expand Up @@ -60,6 +61,7 @@
</div>
<br>
</div>
{% endif %}

<div class="item-type-new-container">
{% if form %}
Expand Down

0 comments on commit 49e0ab3

Please sign in to comment.