gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-bank] branch master updated: remove unused templates


From: gnunet
Subject: [taler-bank] branch master updated: remove unused templates
Date: Tue, 20 Oct 2020 09:52:41 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 6705303  remove unused templates
6705303 is described below

commit 67053032e71a90caa019c39d07e4bb395cd5c801
Author: MS <ms@taler.net>
AuthorDate: Tue Oct 20 09:52:36 2020 +0200

    remove unused templates
---
 talerbank/app/templates/404.html              |  4 +--
 talerbank/app/templates/account_disabled.html | 16 ----------
 talerbank/app/templates/error_exchange.html   | 42 ---------------------------
 3 files changed, 2 insertions(+), 60 deletions(-)

diff --git a/talerbank/app/templates/404.html b/talerbank/app/templates/404.html
index b439a11..be89ff6 100644
--- a/talerbank/app/templates/404.html
+++ b/talerbank/app/templates/404.html
@@ -20,14 +20,14 @@
 {% extends "base.html" %}
 
 {% block headermsg %}
-  <h1>Error</h1>
+  <h1>{{ _("Error") }}</h1>
 {% endblock headermsg %}
 {% block content %}
   <aside class="sidebar" id="left">
   </aside>
   <section id="main">
     <article>
-      <p>Page not found!</p>
+      <p>{{ _("Page not found!") }}</p>
     </article>
   </section>
 {% endblock content %}
diff --git a/talerbank/app/templates/account_disabled.html 
b/talerbank/app/templates/account_disabled.html
deleted file mode 100644
index c84351c..0000000
--- a/talerbank/app/templates/account_disabled.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "base.html" %}
-
-{% block headermsg %}
-  <h1 class="nav">Account disabled<h1>
-{% endblock headermsg %}
-{% block content %}
-  <aside class="sidebar" id="left">
-  </aside>
-  <section id="main">
-    <article>
-      <h1>Account disabled</h1>
-      <p>{{ name }}, your account has been disabled, <a href="{% 
url("register") %}">register</a>
-          a new one!</p>
-    </article>
-  </section>
-{% endblock content %}
diff --git a/talerbank/app/templates/error_exchange.html 
b/talerbank/app/templates/error_exchange.html
deleted file mode 100644
index 3bc4670..0000000
--- a/talerbank/app/templates/error_exchange.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html>
-<!--
-  This file is part of GNU TALER.
-  Copyright (C) 2014, 2015, 2016 Taler Systems SA
-
-  TALER is free software; you can redistribute it and/or modify it under the
-  terms of the GNU Lesser General Public License as published by the Free 
Software
-  Foundation; either version 2.1, or (at your option) any later version.
-
-  TALER is distributed in the hope that it will be useful, but WITHOUT ANY
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
-  A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more 
details.
-
-  You should have received a copy of the GNU Lesser General Public License 
along with
-  TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
-
-  @author Marcello Stanisci
-  @author Florian Dold
--->
-{% extends "base.html" %}
-
-{% block headermsg %}
-  <h1>Error</h1>
-{% endblock headermsg %}
-{% block content %}
-  <aside class="sidebar" id="left">
-  </aside>
-  <section id="main">
-    <article>
-      <p>
-      {{ message }}
-      </p>
-      <p>
-      Status: {{ response_status }}
-      </p>
-      <p>
-      Response body:
-      <pre>{{ response_text }}</pre>
-      </p>
-    </article>
-  </section>
-{% endblock content %}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]