[odrs-web] Show the review number in the title



commit d2372f5279ce5041a6a8ffb72fe3e3e5c2dfc731
Author: Richard Hughes <richard hughsie com>
Date:   Mon Apr 3 11:09:26 2017 +0100

    Show the review number in the title

 templates/show.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/show.html b/templates/show.html
index e2c8af7..e9bb957 100644
--- a/templates/show.html
+++ b/templates/show.html
@@ -1,5 +1,5 @@
 {% extends "default.html" %}
-{% block title %}Review #{{ review_id }}{% endblock %}
+{% block title %}Review #{{ r.review_id }}{% endblock %}
 
 {% block content %}
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]