aboutsummaryrefslogtreecommitdiff
path: root/app/templates/package_details.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/package_details.html')
-rw-r--r--app/templates/package_details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/package_details.html b/app/templates/package_details.html
index 457673a..4a0f484 100644
--- a/app/templates/package_details.html
+++ b/app/templates/package_details.html
@@ -15,7 +15,7 @@
</tr>
<tr>
<td>Type</td>
- <td>{{ package.type.getTitle() }}</td>
+ <td>{{ package.type.value }}</td>
</tr>
</table>