This commit is contained in:
Eelco Dolstra
2013-02-21 01:26:29 +01:00
parent cea17fd57e
commit 3924780eac
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
[% WRAPPER layout.tt title=(create ? "New Project" : "Editing project $project.name") %]
[% WRAPPER layout.tt title=(create ? "New project" : "Editing project $project.name") %]
[% PROCESS common.tt %]
<form action="[% IF create %][% c.uri_for('/create-project/submit') %][% ELSE %][% c.uri_for('/project' project.name 'submit') %][% END %]" method="post">