Skip to content

Commit 84918dd

Browse files
committed
Merge pull request #98 from scipy-conference/finaid_deadline
add deadline and information for financial aid for #96
2 parents 4a21f25 + 2ce5b02 commit 84918dd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

scipy2014/templates/participate/financial_aid.html

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ <h2>Instructions</h2>
5151
<li>Nominator's Email</li>
5252
<li>Community Contribution -- Briefly describe the applicant's recent contributions to the scientific Python community</li>
5353
<li>Description of Need -- Briefly describe the applicant's level of need.</li>
54+
<li>Indicate yes or no to apply to be considered for women or under-represented group scholarship</li>
5455
</ul>
5556

5657

scipy2014/templates/site_base.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,13 @@
5858
</div>
5959

6060
<h1><a href="{% url home %}"><img src="{% static "img/scipy2014_logo_simple.png" %}" width="387" height="100" style="margin-top: 0.5em;"></a></h1>
61+
6162
<div class="header_tagline">Scientific Computing with Python <br /> Austin, Texas &#8226; July 6-12
62-
<br /><span class="highlight" style="font-family: Arial, non-serif; padding: 0 4em 0 4em;"><em>Abstract submission deadline: April 1st</em></span></div>
63+
<br />
64+
<span class="highlight" style="font-family: Arial, non-serif; padding: 0 4em 0 4em;"><em>Abstract submission deadline: April 1st</em></span>
65+
<br />
66+
<span class="highlight" style="font-family: Arial, non-serif; padding: 0 4em 0 4em;"><em>Financial aid application deadline: April 1st</em></span>
67+
</div>
6368
</header>
6469
<div class="navbar">
6570
<div class="navbar-inner">

scipy2014/templates/site_base_hp.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@
5959

6060
<h1><a href="{% url home %}"><img src="{% static "img/scipy2014_logo_simple.png" %}" width="387" height="100" style="margin-top: 0.5em;"></a></h1>
6161
<div class="header_tagline">Scientific Computing with Python <br /> Austin, Texas &#8226; July 6-12
62-
<br /><span class="highlight" style="font-family: Arial, non-serif; padding: 0 4em 0 4em;"><em>Abstract submission deadline: April 1st</em></span></div>
62+
<br />
63+
<span class="highlight" style="font-family: Arial, non-serif; padding: 0 4em 0 4em;"><em>Abstract submission deadline: April 1st</em></span>
64+
<br />
65+
<span class="highlight" style="font-family: Arial, non-serif; padding: 0 4em 0 4em;"><em>Financial aid application deadline: April 1st</em></span>
66+
</div>
6367
</header>
6468
<div class="navbar">
6569
<div class="navbar-inner">

0 commit comments

Comments
 (0)