aboutsummaryrefslogtreecommitdiff
path: root/app/templates/packages/view.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-07-04 00:14:37 +0100
committerrubenwardy <rw@rubenwardy.com>2018-07-04 00:38:51 +0100
commit19e1ed8b32179e3317c807b3ab0581e3b5fb00a2 (patch)
tree3e3409482aa7a0f8c8da8721df26350f64a00f6a /app/templates/packages/view.html
parenteb6b1d6375841cd7b87b4f6a08b34ed5239a6354 (diff)
downloadcheatdb-19e1ed8b32179e3317c807b3ab0581e3b5fb00a2.tar.xz
Implement forum parser to increase accuracy
Diffstat (limited to 'app/templates/packages/view.html')
-rw-r--r--app/templates/packages/view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html
index ab48c6e..f69b5cf 100644
--- a/app/templates/packages/view.html
+++ b/app/templates/packages/view.html
@@ -292,7 +292,7 @@
<ul>
{% for t in similar_topics %}
<li>
- [{{ t.getType().value }}]
+ [{{ t.type.value }}]
<a href="https://forum.minetest.net/viewtopic.php?t={{ t.topic_id }}">
{{ t.title }} by {{ t.author.display_name }}
</a>