diff pylons_app/templates/admin/repos/repo_edit.html @ 230:d982ed8e32d8

Admin templating updates, added rest permission controllers
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 27 May 2010 00:44:49 +0200
parents e6c802a8dede
children 0e5455fda8fd
line wrap: on
line diff
--- a/pylons_app/templates/admin/repos/repo_edit.html	Thu May 27 00:26:02 2010 +0200
+++ b/pylons_app/templates/admin/repos/repo_edit.html	Thu May 27 00:44:49 2010 +0200
@@ -7,6 +7,7 @@
 <%def name="breadcrumbs()">
 	${h.link_to(u'Admin',h.url('admin_home'))}
 	 /  
+	 ${_('Repos')}
 </%def>
 <%def name="page_nav()">
 	${self.menu('admin')}
@@ -15,7 +16,7 @@
 <%def name="main()">
 	<div>
         <h2>${_('Repositories')} - ${_('edit')}</h2>
-        ${h.form(url('repo', id=ID),method='put'))}
+        ${h.form(url('repo', id=c.new_repo),method='put')}
         <table>
         	<tr>
         		<td>${_('Name')}</td>