aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/views/project/post.ejs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/views/project/post.ejs (renamed from views/projectPost.ejs)6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/projectPost.ejs b/app/views/project/post.ejs
index 710726e..5e8f283 100644
--- a/views/projectPost.ejs
+++ b/app/views/project/post.ejs
@@ -1,8 +1,8 @@
-<% include header %>
+<% include ../templates/header %>
</head>
<body>
- <% include navbar %>
+ <% include ../templates/navbar %>
<!-- Wrapper
================================================== -->
@@ -91,7 +91,7 @@
</div><!-- /div.#wrapper -->
-<% include footer %>
+<% include ../templates/footer %>
<!-- <script>
$(".selectAll").click(function() {
$('#participants').children().attr('selected','selected');