Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
redirect order to contatc form
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocintra committed Feb 24, 2016
1 parent d497595 commit abe2cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleonice/templates/includes/carrousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>{{ carrousel.carrousel_title }}</h1>
<p>
{{ carrousel.carrousel_substitle }}
</p>
<p><a class="btn btn-lg btn-primary" href="#" role="button">Fazer meu pedido!</a></p>
<p><a class="btn btn-lg btn-primary" href="/contato/" role="button">Fazer meu pedido!</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit abe2cc4

Please sign in to comment.