Skip to content

Commit

Permalink
subiendo cambios
Browse files Browse the repository at this point in the history
  • Loading branch information
eos87 committed Dec 13, 2010
1 parent ef2f4ce commit a0621a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions encuesta/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def lista(request, id=None):
org_list.append(rt.encuesta.organizacion)

for org in org_list:
depas = []
rts = ResultadoTrabajado.objects.filter(encuesta__organizacion=org, resultado=r)
for resultado in rts:
for m in resultado.municipio.all():
Expand Down
2 changes: 1 addition & 1 deletion files/css/fed.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ button:hover{
display: block;
margin: 0 auto;
}
.footer a{
.footer a.abajo{
text-decoration: none;
font-weight: bold;
color: #5a5a5a;
Expand Down
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
<!--<div class="bottom"></div>-->
</div>
<div class="footer">
Desarrollado por <a href="http://www.simas.org.ni">SIMAS</a> bajo plataforma
<a href="http://www.djangoproject.com">Django</a>
Desarrollado por <a class="abajo" href="http://www.simas.org.ni">SIMAS</a> bajo plataforma
<a class="abajo" href="http://www.djangoproject.com">Django</a>
</div>
</div>
</body>
Expand Down

0 comments on commit a0621a4

Please sign in to comment.