File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11{% extends 'base.html' %}
22{% load i18n %}
3- {% block subtitle %}{% translate "Friends' group " %}{% endblock %}
3+ {% block subtitle %}{% translate "Apply with friends " %}{% endblock %}
44{% block content %}
55 < h1 > {% translate "Apply with friends" %}</ h1 >
6- < p > {% translate 'Please keep this in mind:' %}</ p >
6+ < p > {% translate 'Form a group of friends to apply together. Please keep in mind:' %}</ p >
77 < ul >
8- < li > {% translate 'The friends group created is not required to be your final team for the hackathon.' %}</ li >
9- < li > {% translate 'If someone of the group is invited, the group will be closed and no one will be able to join.' %}</ li >
8+ < li > {% translate 'The group of friends created does not have to be the final team for the hackathon.' %}</ li >
9+ < li > {% translate 'If one member of the group is invited, the group will no longer be open to new members.' %}</ li >
10+ < li > {% translate 'The likelihood of the entire group being invited increases when half of the group is already invited.' %}</ li >
1011 {% if friends_max_capacity is not None %}
1112 < li > {% translate 'Max group capacity:' %} {{ friends_max_capacity }}</ li >
1213 {% endif %}
You can’t perform that action at this time.
0 commit comments