/* 
 * 
 * and open the template in the editor.
 */
$(document).ready(function(){
    $('a[rel=submit]').click(function(){
        $(this).parents('form:first').submit();
    });
});

