Forráskód Böngészése

minor cosmetic change

omassot 6 éve
szülő
commit
aaa46f1634
1 módosított fájl, 2 hozzáadás és 2 törlés
  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>