commit 88a15e977b094e6bf37feed1317626551bdf73ae parent 3402245795864109b0ad732fdb8e25a0da234c27 Author: shivam kohli <kohlishivam5522@gmail.com> Date: Mon, 13 Aug 2018 14:52:01 +0530 added implemented by in gsoc-codeless Diffstat:
| M | gsoc-codeless.html.j2 | | | 8 | +------- |
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gsoc-codeless.html.j2 b/gsoc-codeless.html.j2 @@ -3,6 +3,7 @@ <div class="jumbotron"> <div class="container text-center"> <h1>{{ _("GSoC 2018: Codeless Payment") }}</h1> + <h6>{{ _("Implemented by Shivam Kohli as part of GSoC 2018 under the mentoring and guidance of Florian Dold.") }}</h6> </div> </div> @@ -125,11 +126,4 @@ </div> </div> </div> - -<div class="container"> - <h2>{{ _("Conclusion") }}</h2> - {% trans %} - <p>Codeless payments were implemented by Shivam Kohli as part of GSoC 2018 under the mentoring and guidance of Florian Dold.</p> - {% endtrans %} -</div> {% endblock body_content %}