File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
{% extends 'base.html' %}
2
2
{% load i18n %}
3
- {% block subtitle %}{% translate "Friends' group " %}{% endblock %}
3
+ {% block subtitle %}{% translate "Apply with friends " %}{% endblock %}
4
4
{% block content %}
5
5
< 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 >
7
7
< 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 >
10
11
{% if friends_max_capacity is not None %}
11
12
< li > {% translate 'Max group capacity:' %} {{ friends_max_capacity }}</ li >
12
13
{% endif %}
You can’t perform that action at this time.
0 commit comments