Explorar el Código

BugFix: Meta view (url_edit)

master
Dirk Alders hace 2 meses
padre
commit
292631ed21
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      pages/messages.py

+ 1
- 1
pages/messages.py Ver fichero

@@ -42,5 +42,5 @@ def history_version_display(request, rel_path, history_version):
42 42
     # TODO: Add translation for this message
43 43
     messages.warning(request, _("You see an old version of the page (Version = %d). Click <a href='%s'>here</a> to recover this Version.") % (
44 44
         history_version,
45
-        pages.url_edit(request, rel_path, history=history_version)
45
+        pages.url_edit(rel_path, history=history_version)
46 46
     ))

Loading…
Cancelar
Guardar