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'

+3 -3
+3 -3
upvcarshare/templates/journeys/templatetags/join_leave_button.html
··· 17 17 <input type="hidden" name="join_to" value="one"> 18 18 <button type="submit" class="btn btn-success">{% trans "Unirse" %}</button> 19 19 {% else %} 20 - {# --- START modal for all or one journey --- #} 21 - {% include "journeys/blocks/join.all.one.html" %} 22 - {# --- END for all or one journey --- #} 23 20 <input type="hidden" name="join_to" ng-value="joinToValue"> 24 21 <button type="submit" class="btn btn-success">{% trans "Unirse" %}</button> 25 22 {% endif %} ··· 32 29 <button type="submit" class="btn btn-danger">{% trans "Abandonar" %}</button> 33 30 </form> 34 31 {% endif %} 32 + {# --- START modal for all or one journey --- #} 33 + {% include "journeys/blocks/join.all.one.html" %} 34 + {# --- END for all or one journey --- #}