taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit b1466f2d0149649531d8d401f99307fc4549c132
parent a6f5c430ef791bf7d7c96e7a9cb188a52641c831
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 27 Jun 2019 13:37:12 +0200

move graphic to developers

Diffstat:
Mdevelopers.html.j2 | 3+++
Mprinciples.html.j2 | 3---
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/developers.html.j2 b/developers.html.j2 @@ -280,6 +280,9 @@ </li> </ol> <p></p> + <div class="col"> + <img class="img-fluid" src="../images/diagram-complex.png"> + </div> </div> </div> <!-- /container --> {% endblock body_content %} diff --git a/principles.html.j2 b/principles.html.j2 @@ -140,9 +140,6 @@ instead of having one completely monolithic system. </div> </div> - <div class="col"> - <img class="img-fluid" src="../images/diagram-complex.png"> - </div> </div> </div>