Commit 43e7acfcf8b47ccbedf8dd5ae9f91c6584bf93e2
Committed by
David Silva
1 parent
c41e6722
Exists in
update_software_api
and in
1 other branch
URLs for each portal
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com> (cherry picked from commit 289d713420d1b8ace77e0edb7bd253af9435db7b)
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/templates/header_sisp.html
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | <script src="//barra.brasil.gov.br/barra.js" type="text/javascript" defer async></script> |
10 | 10 | <div id="header" role="banner"> |
11 | 11 | <div id="sisp-header-quick-access"> |
12 | - <p class='pull-right'>Acesso rápido: <a href="{% url 'home' %}">Software Público Brasileiro</a></p> | |
12 | + <p class='pull-right'>Acesso rápido: <a href="{{ SPB_PORTAL }}">Software Público Brasileiro</a></p> | |
13 | 13 | </div> |
14 | 14 | <div id="sisp-header-content"> |
15 | 15 | <ul id="accessibility"> | ... | ... |
src/colab-spb-theme-plugin/colab_spb_theme/templates/header_spb.html
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | <script src="//barra.brasil.gov.br/barra.js" type="text/javascript" defer async></script> |
10 | 10 | <div id="header" role="banner"> |
11 | 11 | <div id="spb-header-quick-access"> |
12 | - <p class='pull-right'>Acesso rápido: <a href="{% url 'home' %}">Portal do SISP</a></p> | |
12 | + <p class='pull-right'>Acesso rápido: <a href="{{ SISP_PORTAL }}">Portal do SISP</a></p> | |
13 | 13 | </div> |
14 | 14 | <div id="spb-header-content"> |
15 | 15 | <ul id="accessibility"> | ... | ... |