Advertisement
Guest User

Untitled

a guest
Oct 9th, 2013
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <%!
  2. import time, json
  3. import splunk.appserver.mrsparkle.lib.i18n as i18n
  4.  
  5. # TRANS: This is the title for the account login page
  6. #title = _('Login')
  7. %>
  8.  
  9. <%def name="title()">
  10.     ${_('YOUR_TEXT_GOES_HERE') | h}\
  11. </%def>
  12.  
  13. <%inherit file="//layout/base.html" />
  14. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement