Update regcfp config
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
c23e802590
commit
28c740b241
1 changed files with 5 additions and 3 deletions
|
@ -22,7 +22,9 @@
|
||||||
"email": {
|
"email": {
|
||||||
"from": "nobody@fedoraproject.org",
|
"from": "nobody@fedoraproject.org",
|
||||||
"transport": {
|
"transport": {
|
||||||
"host": "localhost"
|
"host": "localhost",
|
||||||
|
"port": 25,
|
||||||
|
"secure": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -624,7 +626,7 @@
|
||||||
"</tr><tr>",
|
"</tr><tr>",
|
||||||
"<th>Other transit-related costs:</th> <td><strong>$<span id='estimate_other_transit'>--</span></strong> USD</td>",
|
"<th>Other transit-related costs:</th> <td><strong>$<span id='estimate_other_transit'>--</span></strong> USD</td>",
|
||||||
"</tr><tr>",
|
"</tr><tr>",
|
||||||
"<th>Lodging, <span id='estimate_lodging_nights'>X</span> nights x ($139.99 + 15.40):</th> <td> <strong>$<span id='estimate_lodging_cost'>--</span></strong> USD</td>",
|
"<th>Lodging, (<span id='estimate_lodging_nights'>X</span> nights x ($139 + 16.27))/2:</th> <td> <strong>$<span id='estimate_lodging_cost'>--</span></strong> USD</td>",
|
||||||
"</tr><tr>",
|
"</tr><tr>",
|
||||||
"<th>Registration fee:</th> <td> <strong>$<span id='estimate_regfee'>--</span> </strong>USD</td>",
|
"<th>Registration fee:</th> <td> <strong>$<span id='estimate_regfee'>--</span> </strong>USD</td>",
|
||||||
"</tr></table>",
|
"</tr></table>",
|
||||||
|
@ -650,7 +652,7 @@
|
||||||
"required": false,
|
"required": false,
|
||||||
"private": true,
|
"private": true,
|
||||||
"shownifkey": "afford_to_pay",
|
"shownifkey": "afford_to_pay",
|
||||||
"shownifval": "other",
|
"shownifval": "Other",
|
||||||
"split": 2
|
"split": 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue