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.

empty notifications

+6
+6
upvcarshare/templates/notifications/list.html
··· 28 28 </div> 29 29 </div> 30 30 </div> 31 + {% empty %} 32 + <div class="row"> 33 + <div class="col-xs-12"> 34 + <p class="text-muted">{% trans "No tienes ninguna notificación" %}</p> 35 + </div> 36 + </div> 31 37 {% endfor %} 32 38 {% endblock content %}