No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

13 líneas
430 B

  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>'''