github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/templates/topic_c_edit_post.html (about)

     1  <textarea style='width:99%;'name='edit_item'>{{.Source}}</textarea><br>
     2  <div class="update_buttons">
     3  	<a href='{{.Ref}}'><button class='submit_edit'type='submit'>{{lang "topic.update_button"}}</button></a>
     4  	<label for="upload_files_post_{{.ID}}"class="formbutton add_file_button">{{lang "topic.reply_add_file_button"}}</label>
     5  </div>