For a new content type in Drupal 6, I made a custom template file called page-node-blog_entry.tpl.php. I got Drupal to recognize and use this for the content type, except it also uses the exact same template instead of an edit page.

How do I set what the edit page is, and is there an easy way to just set it to be the default node edit page?