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.

minor fixes

+2 -2
+1 -1
package.json
··· 9 9 }, 10 10 "scripts": { 11 11 "watch": "gulp", 12 - "build": "gulp build" 12 + "build": "gulp deploy" 13 13 }, 14 14 "devDependencies": { 15 15 "angular": "^1.5.5",
+1 -1
upvcarshare/templates/header.html
··· 18 18 <img src="{% static "img/upv.png" %}"> 19 19 </div> 20 20 <div class="col-sm-5 text-xs-right"> 21 - <img src="{% static "img/logo.png" %}" alt="{% trans "poli Car" %}" class="title"> 21 + <img src="{% static "img/logo.png" %}" alt="{% trans "PoliCar" %}" class="title"> 22 22 </div> 23 23 </div> 24 24 </div>