LMS i18n from Tsinghua
This commit is contained in:
committed by
Adam Palay
parent
8573ac3909
commit
0d3c44996a
@@ -1,3 +1,4 @@
|
||||
<%! from django.utils.translation import ugettext as _ %>
|
||||
<html><body>
|
||||
<div>
|
||||
<p>Python:</p>
|
||||
@@ -11,7 +12,7 @@
|
||||
</div>
|
||||
%if results:
|
||||
<div>
|
||||
<p>Results:</p>
|
||||
<p>${_("Results:")}</p>
|
||||
<pre>
|
||||
${results|h}
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user