[IMP] removed terminal slash from url and route

bzr revid: dizzy.zala@gmail.com-20140320063728-kuie1id6t7shvbc7
This commit is contained in:
Dharmraj Jhala (OpenERP) 2014-03-20 12:07:28 +05:30
parent 6f57d45b12
commit 9f51a6d453
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
selector: ".oe_country_events",
start: function () {
var self = this;
$.post( "/event/get_country_event_list/", function( data ) {
$.post( "/event/get_country_event_list", function( data ) {
if(data){
$( ".country_events_list" ).replaceWith( data );
}

View File

@ -265,7 +265,7 @@
<div class="container">
<h1 class="mt32">Event not found!</h1>
<p>Sorry, the requested event is not available anymore.</p>
<p><a t-attf-href="/event/">Return to the event list.</a></p>
<p><a t-attf-href="/event">Return to the event list.</a></p>
</div>
</div>
</div>
@ -420,7 +420,7 @@
<b><a t-att-href="'/event/?country='+str(country.id)">See All events from <span t-esc="country.name"></span></a></b>
</div>
<div t-if="not country">
<b><a href="/event/"> See All Upcoming events </a></b>
<b><a href="/event"> See All Upcoming events </a></b>
</div>
</t>
</div>