summaryrefslogtreecommitdiffstats
path: root/templates/repo/projects/new.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/projects/new.tmpl')
-rw-r--r--templates/repo/projects/new.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/repo/projects/new.tmpl b/templates/repo/projects/new.tmpl
index 531cae8d11..e70f3bca87 100644
--- a/templates/repo/projects/new.tmpl
+++ b/templates/repo/projects/new.tmpl
@@ -1,6 +1,8 @@
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository projects edit-project new milestone">
{{template "repo/header" .}}
+ <div class="ui container">
{{template "projects/new" .}}
+ </div>
</div>
{{template "base/footer" .}}