Tweak form handling for sending a new message, for more customization
This commit is contained in:
parent
70e5915e51
commit
051b52bd4b
4 changed files with 46 additions and 22 deletions
|
@ -3,8 +3,12 @@
|
|||
|
||||
<%def name="title()">New ${model_title}</%def>
|
||||
|
||||
<%def name="head_tags()">
|
||||
${parent.head_tags()}
|
||||
<%def name="extra_javascript()">
|
||||
${parent.extra_javascript()}
|
||||
${self.disable_button_js()}
|
||||
</%def>
|
||||
|
||||
<%def name="disable_button_js()">
|
||||
<script type="text/javascript">
|
||||
|
||||
$(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue