Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
calefaction
réplica de
https://github.com/earwig/calefaction
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
Fix titles for error routes.
master
Ben Kurtovic
hace 8 años
padre
9880e8d66f
commit
9a4c10ff74
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
templates/_base.mako
+ 1
- 1
templates/_base.mako
Ver fichero
@@ -5,7 +5,7 @@
<title>
<%def name="maketitle(*parts)">
<%
if request.url_rule.endpoint == "index":
if request.url_rule
and request.url_rule
.endpoint == "index":
parts = ()
%>
${" | ".join(parts + (g.config.get("corp.name"),)) | h}
Escribir
Vista previa
Cargando…
Cancelar
Guardar