summaryrefslogtreecommitdiff
path: root/views/staff
diff options
context:
space:
mode:
Diffstat (limited to 'views/staff')
-rw-r--r--views/staff/_nav.ejs1
-rw-r--r--views/staff/plans/_form.ejs6
-rw-r--r--views/staff/projects/index.ejs2
3 files changed, 5 insertions, 4 deletions
diff --git a/views/staff/_nav.ejs b/views/staff/_nav.ejs
index a607638..3bb3b08 100644
--- a/views/staff/_nav.ejs
+++ b/views/staff/_nav.ejs
@@ -2,6 +2,7 @@
<a href="/staff">home</a>
<a href="/staff/users">users</a>
<a href="/staff/projects">projects</a>
+ <a href="/staff/layouts">layouts</a>
<a href="/staff/media">media</a>
<a href="/staff/plans">plans</a>
<!-- <a href="/staff/subscriptions">subscriptions</a> -->
diff --git a/views/staff/plans/_form.ejs b/views/staff/plans/_form.ejs
index 61be7e8..85375fa 100644
--- a/views/staff/plans/_form.ejs
+++ b/views/staff/plans/_form.ejs
@@ -124,9 +124,9 @@
</li>
<li>
- <input name="permissions_solids" type="hidden" value="0">
- <input id="plan_permissions_solids" name="permissions_solids" type="checkbox" value="1" [[ if (plan.permissions.solids) { ]]checked[[ } ]]>
- <label for="plan_permissions_solids">3D Objects</label>
+ <input name="permissions_sculpture" type="hidden" value="0">
+ <input id="plan_permissions_sculpture" name="permissions_sculpture" type="checkbox" value="1" [[ if (plan.permissions.sculpture) { ]]checked[[ } ]]>
+ <label for="plan_permissions_sculpture">3D Objects</label>
</li>
<li>
diff --git a/views/staff/projects/index.ejs b/views/staff/projects/index.ejs
index e4ba469..1d309ce 100644
--- a/views/staff/projects/index.ejs
+++ b/views/staff/projects/index.ejs
@@ -7,7 +7,7 @@
<hr>
[[ include ../_pagination ]]
-[[ include ../_projects ]]
+[[ include ../_layouts ]]
[[ include ../_pagination ]]
[[ include ../_footer ]]