diff options
| author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-03-22 21:03:25 +0900 | 
|---|---|---|
| committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:20:36 +0900 | 
| commit | 2449234e28aab435ffe28d567ece8c651d45d2b3 (patch) | |
| tree | 0ef057eebb01821da25dc23a972e03c492830f16 /views/event.handlebars | |
| parent | f2ee19f15a78125a1dc2ba8b9c175dd9831e5700 (diff) | |
DateTime format, and some translation fix
Diffstat (limited to 'views/event.handlebars')
| -rwxr-xr-x | views/event.handlebars | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/views/event.handlebars b/views/event.handlebars index 009dfbd..1307983 100755 --- a/views/event.handlebars +++ b/views/event.handlebars @@ -285,9 +285,9 @@    <h5 class="card-header">{{t "event.discussion" }}</h5>    <div class="card-body">      <form id="commentForm" action="/post/comment/{{eventData.id}}/" method="post"> -      <label for="commentAuthor">{{t "event.attendeename" }}</label> +      <label for="commentAuthor">{{t "event.commentauthor" }}</label>        <div class="form-group"> -        <input type="text" class="form-control" id="commentAuthor" name="commentAuthor" placeholder="{{t "event.attendeename" }}" required> +        <input type="text" class="form-control" id="commentAuthor" name="commentAuthor" placeholder="{{t "event.commentauthorph" }}" required>        </div>        <label for="commentContent">{{t "event.comment" }}</label>        <div class="form-group">  | 
