Explorar el Código

minor cosmetic change

omassot hace 6 años
padre
commit
aaa46f1634
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      main/templates/reports/report_sprints.html

+ 2 - 2
main/templates/reports/report_sprints.html

@@ -44,14 +44,14 @@
 				{% if sprint.retro %}
 					{{ sprint.retro|safe_markdown }}
 				{% else %}
-					RAS
+					(...)
 				{% endif %}
 				
 				<h5>Perspectives </h5>
 				{% if sprint.improvements %}
 					{{ sprint.improvements |safe_markdown }}
 				{% else %}
-					RAS
+					(...)
 				{% endif %}
 			</div>
 		</li>