Skip to content

Commit

Permalink
wrong link on first img news
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmarcondes committed Jul 25, 2012
1 parent afd34aa commit 5d94e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/gmaohome.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>GMAO</h1>
<div id="rotativenews" class="carousel slide">
<div class="carousel-inner">
<div class="active item car-img">
<a href="/gmao/news/{{ img.news }}"><img height=250 src="/media/{{ imgs.0.img }}"/></a>
<a href="/gmao/news/{{ imgs.0.news }}"><img height=250 src="/media/{{ imgs.0.img }}"/></a>
<div class="carousel-caption">
<h4>{{ imgs.0.caption }}</h4>
</div>
Expand Down

0 comments on commit 5d94e50

Please sign in to comment.