aboutsummaryrefslogtreecommitdiff
path: root/views/partials/top.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/top.html')
-rw-r--r--views/partials/top.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/top.html b/views/partials/top.html
index 032e86b..6e3bc4b 100644
--- a/views/partials/top.html
+++ b/views/partials/top.html
@@ -9,7 +9,7 @@
<h3 id="newpostbtn" state="0" style="display: none; margin-bottom:100px;">[<a href="javascript:startNewPost()">Start a New Thread</a>]</h3>
{{ end }} <!-- end if inreplyto-->
<div id="newpost">
- <form onsubmit="sessionStorage.setItem('element-closed-reply', true)" id="new-post" action="/post" method="post" enctype="multipart/form-data">
+ <form onsubmit="sessionStorage.setItem('element-closed-reply', true)" id="new-post" action="/{{ .Board.Name }}" method="post" enctype="multipart/form-data">
<table id="postForm">
<tr>
<tr>
@@ -66,7 +66,7 @@
{{ end }} <!-- end if inreplyto-->
{{ $len := len .Posts }}
<div id="newpost">
- <form onsubmit="sessionStorage.setItem('element-closed-reply', true)" id="new-post" action="/post" method="post" enctype="multipart/form-data">
+ <form onsubmit="sessionStorage.setItem('element-closed-reply', true)" id="new-post" action="/{{ .Board.Name }}" method="post" enctype="multipart/form-data">
<table id="postForm">
<tr>
<tr>