您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213
  1. # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
  2. # MIT License. See license.txt
  3. from __future__ import unicode_literals
  4. redirect_template = '''<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  5. <html>
  6. <head>
  7. <title>%s</title>
  8. <meta http-equiv="REFRESH" content="0; url=%s"></HEAD>
  9. <BODY style="font-family: Arial; padding: 8px; font-size: 14px; margin: 0px;">
  10. Redirecting...
  11. </BODY>
  12. </HTML>'''