forked from I2P_Developers/i2p.www
Don't add lang= to spec urls
This commit is contained in:
@@ -31,8 +31,8 @@ the "accurate for" information.
|
||||
<td><time>{{ spec.lastupdated }}</time></td>
|
||||
<td>{{ spec.accuratefor }}</td>
|
||||
<td>
|
||||
<a href="{{ get_url('spec_show', name=spec.name) }}">HTML</a> |
|
||||
<a href="{{ get_url('spec_show_txt', name=spec.name) }}">TXT</a>
|
||||
<a href="{{ url_for('spec_show', name=spec.name) }}">HTML</a> |
|
||||
<a href="{{ url_for('spec_show_txt', name=spec.name) }}">TXT</a>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user