aboutsummaryrefslogtreecommitdiff
path: root/architecture.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'architecture.html.j2')
-rw-r--r--architecture.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/architecture.html.j2 b/architecture.html.j2
index 21fd6ba7..5f5e81c3 100644
--- a/architecture.html.j2
+++ b/architecture.html.j2
@@ -3,7 +3,7 @@
3<!-- Jumbotron --> 3<!-- Jumbotron -->
4<div class="jumbotron"> 4<div class="jumbotron">
5 <div class="container text-center"> 5 <div class="container text-center">
6 <h1>{{ _("Taler System Architecture") }}</h1> 6 <h1>{{ _("GNUnet System Architecture") }}</h1>
7 <p> 7 <p>
8 </p> 8 </p>
9 </div> 9 </div>
@@ -11,6 +11,6 @@
11</div> 11</div>
12 12
13<div class="container"> 13<div class="container">
14 <img width="100%" src="{{ svg_localized('images/taler-arch-full') }}"></img> 14 <img width="100%" src="{{ svg_localized('images/gnunet-arch-full') }}"></img>
15</div> 15</div>
16{% endblock body_content %} 16{% endblock body_content %}