選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

7 行
133 B

  1. import webnotes
  2. def get_context(context):
  3. return {
  4. "title": webnotes._("Login"),
  5. "content": context.template.render(context)
  6. }