Skip to content

Commit

Permalink
Remove squarefull levels from browse
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlowryduda committed May 24, 2024
1 parent 42f074b commit fa2eb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfdb/maass_forms/templates/maass_browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2>Browse </h2>
<tr>
<td>By {{KNOWL('mf.maass.mwf.level', 'level')}}:</td>
<td>
{% for N in range(1,10) %} <a href="?level={{N}}">{{N}}</a>&nbsp;&nbsp; {% endfor %}
{% for N in (1, 2, 3, 5, 6, 7, 10) %} <a href="?level={{N}}">{{N}}</a>&nbsp;&nbsp; {% endfor %}
<a href="?level=11-20">11-20</a>&nbsp;&nbsp;
<a href="?level=11-20">21-50</a>&nbsp;&nbsp;
<a href="?level=21-100">51-105</a>&nbsp;&nbsp;
Expand Down

0 comments on commit fa2eb99

Please sign in to comment.