mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
rename page to article
This commit is contained in:
parent
649838d4ee
commit
c747166a30
43 changed files with 597 additions and 597 deletions
|
|
@ -6,10 +6,10 @@
|
|||
{% else %}
|
||||
<option value="torrent">{{ 'Torrents' | trans }}</option>
|
||||
{% endif %}
|
||||
{% if type == 'page' %}
|
||||
<option value="page" selected="selected">{{ 'Pages' | trans }}</option>
|
||||
{% if type == 'article' %}
|
||||
<option value="article" selected="selected">{{ 'Articles' | trans }}</option>
|
||||
{% else %}
|
||||
<option value="page">{{ 'Pages' | trans }}</option>
|
||||
<option value="article">{{ 'Articles' | trans }}</option>
|
||||
{% endif %}
|
||||
</select>
|
||||
<input {% if query %}class="button-green"{% endif %} type="submit" value="{{ 'Search' | trans }}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue