diff options
author | FChannel <> | 2022-07-16 09:49:54 -0700 |
---|---|---|
committer | FChannel <> | 2022-07-16 11:13:28 -0700 |
commit | 3a7664d404bca40cb3234924fa969c0ae133d085 (patch) | |
tree | 2468e548c760f52274178cdf0f6a0d3923f59b65 /views/partials/top.html | |
parent | a22b213ddef7e86ef49366ffd6351adf0d28fcbe (diff) |
fixed replies to post not showing up when following other boardsv0.1.1
added content length changes to alter database
Diffstat (limited to 'views/partials/top.html')
-rw-r--r-- | views/partials/top.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/top.html b/views/partials/top.html index 58944a5..5941d4f 100644 --- a/views/partials/top.html +++ b/views/partials/top.html @@ -28,7 +28,7 @@ {{ end }} <tr> <td><label for="comment">Comment:</label></td> - <td><textarea rows="10" cols="50" id="comment" name="comment" maxlength="2000"></textarea></td> + <td><textarea rows="10" cols="50" id="comment" name="comment" maxlength="4500"></textarea></td> </tr> <tr> <td><label for="file">Image</label></td> @@ -86,7 +86,7 @@ {{ end }} <tr> <td><label for="comment">Comment:</label></td> - <td><textarea rows="10" cols="50" id="comment" name="comment" maxlength="2000"></textarea></td> + <td><textarea rows="10" cols="50" id="comment" name="comment" maxlength="4500"></textarea></td> </tr> <tr> <td><label for="file">Image</label></td> |