From c2bf8580717562e503b51b794a78ea05854b858d Mon Sep 17 00:00:00 2001 From: LongHairedHacker Date: Sat, 20 May 2017 22:10:33 +0200 Subject: [PATCH] Added ID to rom page --- roms/templates/roms/details.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roms/templates/roms/details.html b/roms/templates/roms/details.html index 8bdd758..35721c9 100644 --- a/roms/templates/roms/details.html +++ b/roms/templates/roms/details.html @@ -12,7 +12,8 @@
-

{{rom.name}}

+

{{rom.name}}

+

ID: {{rom.id}}

{% if rom.user.id == user.id %}