Commit 68bc48bbd87e31d0fc51c758d7ec9fce294a76c2
1 parent
82e30644
Update Views for "Novo Portal do Software Publico"
Showing
5 changed files
with
3 additions
and
3 deletions
Show diff stats
No preview for this file type
src/static/img/logo.png
src/templates/base.html
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | |
15 | 15 | <title>{% block title %}Colab{% endblock %} - Colab</title> |
16 | 16 | |
17 | - <link rel="shortcut icon" type="image/x-icon" href="{{ STATIC_URL }}img/interlegis.ico"> | |
17 | + <link rel="shortcut icon" type="image/x-icon" href="{{ STATIC_URL }}img/fav.ico"> | |
18 | 18 | |
19 | 19 | <link rel="stylesheet" href="{{ STATIC_URL }}third-party/bootstrap/css/bootstrap.min.css" type="text/css" media="screen, projection" /> |
20 | 20 | ... | ... |
src/templates/includes/big_header.html
src/templates/open-data.html
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | |
4 | 4 | {% block main-content %} |
5 | 5 | <div class="col-lg-12"> |
6 | - <h2>{% trans "OpenData - Communities Interlegis" %}</h2> | |
6 | + <h2>{% trans "OpenData - Portal do Software Público Brasileiro" %}</h2> | |
7 | 7 | <p>{% 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)." %}</p> |
8 | 8 | |
9 | 9 | <h3>{% trans "Retrieving data via API" %}</h3> | ... | ... |