Index: trunk/backup/worker.py |
— | — | @@ -390,7 +390,8 @@ |
391 | 391 | "status": self.reportStatusLine(done), |
392 | 392 | "previous": self.reportPreviousDump(done), |
393 | 393 | "items": html, |
394 | | - "checksum": self.webPath("md5sums.txt")} |
| 394 | + "checksum": self.webPath("md5sums.txt"), |
| 395 | + "index": self.config.index} |
395 | 396 | |
396 | 397 | def reportPreviousDump(self, done): |
397 | 398 | """Produce a link to the previous dump, if any""" |
Index: trunk/backup/report.html |
— | — | @@ -67,7 +67,7 @@ |
68 | 68 | for documentation on the provided data formats. |
69 | 69 | </p> |
70 | 70 | |
71 | | - <p>See <a href="../../backup-index.html">all databases list</a>.</p> |
| 71 | + <p>See <a href="../../%(index)">all databases list</a>.</p> |
72 | 72 | |
73 | 73 | <p class="previous"> |
74 | 74 | %(previous)s |