View difference between Paste ID: SBUkh3Me and waYVwyC6
SHOW: | | - or go back to the newest paste.
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-
    ${_('Splunk') | h}\
10+
    ${_('YOUR_TEXT_GOES_HERE') | h}\
11
</%def>
12
13
<%inherit file="//layout/base.html" />
14
...