Project for the UPV to develop an app like BlaBlaCar but only for UPV people.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'develop'

+4 -1
+3
README.rst
··· 3 3 4 4 Made with Python 3 and Django with :heart:. 5 5 6 + .. image:: https://travis-ci.org/marcosgabarda/upvcarshare.svg?branch=master 7 + :target: https://travis-ci.org/marcosgabarda/upvcarshare 8 + 6 9 Install Spatialite (macOS) 7 10 -------------------------- 8 11
+1 -1
upvcarshare/templates/journeys/search.html
··· 7 7 {% block section_title %} 8 8 <div class="row"> 9 9 <div class="col-sm-12"> 10 - <h2>{% trans "Burcador de viajes" %}</h2> 10 + <h2>{% trans "Buscador de viajes" %}</h2> 11 11 <p>{% trans "Busca viajes que ofrecen otros usuarios." %}</p> 12 12 13 13 </div>