Skip to content

Commit

Permalink
added ingemmet
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Oct 24, 2017
1 parent 7e156a9 commit e11ca94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"DB_PORT": "5432",
"DB_HOST": "localhost",
"premium_institutions": [
"minjus"
"minjus",
"minam",
"mincetur",
"mtc",
"ingemmet"
]
}
4 changes: 4 additions & 0 deletions manolo/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h3 class="text-left">La base de datos de Manolo <i class="fa fa-database"></i><

<p class="text-left">Contiene <span class="label label-primary"><b>{{ count|intcomma }}</b></span> registros de visitas de las siguientes instituciones:</p>
<ol class="list-group text-left">
<li class="list-group-item">18. <a href="/search/?q=ingemmet">Instituto Geológico, Minero y Metalúrgico</a>
<span class="label label-danger"><b>Nuevo</b></span>
<span class="label label-info"><b>Premium users: <a href="/accounts/login/">Login</a></b></span>
</li>
<li class="list-group-item">17. <a href="/search/?q=mtc">Ministerio de Transportes</a>
<span class="label label-danger"><b>Nuevo</b></span>
<span class="label label-info"><b>Premium users: <a href="/accounts/login/">Login</a></b></span>
Expand Down

0 comments on commit e11ca94

Please sign in to comment.