From 249dd65a0c5e61240c633dcac0d25849db4c9818 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 18 2014 14:25:00 +0000 Subject: Handle the possibility that the description is RST not full text --- diff --git a/progit/templates/repo_master.html b/progit/templates/repo_master.html index cfc4dba..6b3d1d6 100644 --- a/progit/templates/repo_master.html +++ b/progit/templates/repo_master.html @@ -89,7 +89,7 @@ -

{{ repo.description }}

+

{{ repo.description | rst2html }}

{% block repo %} {% endblock %}