forked from mrlan/EnglishPal
templates/mainpage_get.html: remove superfluous ()
parent
edb801b95e
commit
42356c222d
|
@ -36,7 +36,7 @@
|
||||||
<input type="reset" value="清除"/>
|
<input type="reset" value="清除"/>
|
||||||
</form>
|
</form>
|
||||||
{% if d_len > 0 %}
|
{% if d_len > 0 %}
|
||||||
<p><b>最常见的词()</b></p>
|
<p><b>最常见的词</b></p>
|
||||||
{% for x in lst if x[1]>99 %}
|
{% for x in lst if x[1]>99 %}
|
||||||
<a href="http://youdao.com/w/eng/{{x[0]}}/#keyfrom=dict2.index">{{x[0]}}</a> {{x[1]}}
|
<a href="http://youdao.com/w/eng/{{x[0]}}/#keyfrom=dict2.index">{{x[0]}}</a> {{x[1]}}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue