Skip to content

Commit

Permalink
s/versions/version
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Spooren <mail@aparcar.org>
  • Loading branch information
aparcar committed Nov 30, 2023
1 parent 61690a5 commit 6abf0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/toh-full.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td>{{ device.devicetype }}</td>
<td>{{ device.brand }}</td>
<td>{{ device.model }}</td>
<td>{% if device.versions %}{{ device.versions }}{% endif %}</td>
<td>{% if device.version %}{{ device.version }}{% endif %}</td>
<td>{% if device.availability %}{{ device.availability }}{% endif %}</td>
<td>{% if device.supportedcurrentrel %}{{ device.supportedcurrentrel }}{% endif %}</td>
<td>{% if device.unsupported_functions %}{{ device.unsupported_functions }}{% endif %}</td>
Expand Down
2 changes: 1 addition & 1 deletion templates/toh.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<tr>
<td>{{ device.brand }}</td>
<td>{{ device.model }}</td>
<td>{% if device.versions %}{{ device.versions }}{% endif %}</td>
<td>{% if device.version %}{{ device.version }}{% endif %}</td>
<td>{% if device.supportedcurrentrel %}{{ device.supportedcurrentrel }}{% endif %}</td>
<td>{% if device.devicepage %}<a href="https://openwrt.org/{{ device.devicepage | replace(from=':', to='/') | safe}}">Device Page</a>{% else %}-{% endif %}</td>
<td><a href="https://openwrt.org/{{ device.page | replace(from=':', to='/') | safe}}">Edit</a></td>
Expand Down

0 comments on commit 6abf0f4

Please sign in to comment.