Skip to content

Commit

Permalink
tweaked home page
Browse files Browse the repository at this point in the history
  • Loading branch information
fccoelho committed Dec 3, 2012
1 parent 0a7ce8c commit 4781770
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion epigrass/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
config = {

'environment': "testing",
'environment': "production",

# webapp2 sessions
'webapp2_extras.sessions' : {'secret_key': '_minha_chave_secreta_'},
Expand Down
2 changes: 1 addition & 1 deletion epigrass/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1>
{% else %}
<div class="row">
<div class="span9">
<div class="home_bp">
<div class="hero-unit">
<h1>
Epigrass Web
</h1>
Expand Down
2 changes: 1 addition & 1 deletion epigrass/templates/sim_map_ll.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

info.update = function (props) {
this._div.innerHTML = '<h4>Epigrass Simulation Results</h4>' + (props ?
'<b>' + props.nome_zonas + '</b><br/> Prevalence: ' + props.prevalence
'<b>' + props.name + '</b><br/> Prevalence: ' + props.prevalence
: 'Hover over a polygon');
};

Expand Down

0 comments on commit 4781770

Please sign in to comment.