25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

13 satır
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>'''