From 68bc48bbd87e31d0fc51c758d7ec9fce294a76c2 Mon Sep 17 00:00:00 2001 From: Lucas Kanashiro Date: Tue, 23 Sep 2014 11:28:54 -0300 Subject: [PATCH] Update Views for "Novo Portal do Software Publico" --- src/static/img/fav.ico | Bin 0 -> 4606 bytes src/static/img/logo.png | Bin 1887 -> 0 bytes src/templates/base.html | 2 +- src/templates/includes/big_header.html | 2 +- src/templates/open-data.html | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 src/static/img/fav.ico diff --git a/src/static/img/fav.ico b/src/static/img/fav.ico new file mode 100644 index 0000000..d4f9b19 Binary files /dev/null and b/src/static/img/fav.ico differ diff --git a/src/static/img/logo.png b/src/static/img/logo.png index a5a49ce..9643046 100644 Binary files a/src/static/img/logo.png and b/src/static/img/logo.png differ diff --git a/src/templates/base.html b/src/templates/base.html index 26250f4..0855d8a 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -14,7 +14,7 @@ {% block title %}Colab{% endblock %} - Colab - + diff --git a/src/templates/includes/big_header.html b/src/templates/includes/big_header.html index 89177fa..ff83e2a 100644 --- a/src/templates/includes/big_header.html +++ b/src/templates/includes/big_header.html @@ -6,4 +6,4 @@ - + diff --git a/src/templates/open-data.html b/src/templates/open-data.html index cb86ccb..32bb67b 100644 --- a/src/templates/open-data.html +++ b/src/templates/open-data.html @@ -3,7 +3,7 @@ {% block main-content %}
-

{% trans "OpenData - Communities Interlegis" %}

+

{% trans "OpenData - Portal do Software Público Brasileiro" %}

{% trans "If you are interested in any other data that is not provided by this API, please contact us via the ticketing system (you must be registered in order to create a ticket)." %}

{% trans "Retrieving data via API" %}

-- libgit2 0.21.2