dashboard: Change sponsorship contact.
This commit is contained in:
parent
feddf099e4
commit
389a4fd5fa
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<div class="pull-right header-actions">
|
<div class="pull-right header-actions">
|
||||||
{% if not user.sponsorships.exists %}
|
{% if not user.sponsorships.exists %}
|
||||||
<a href="mailto:sponsors@northbaypython.org" class="btn btn-xs btn-default">
|
<a href="mailto:contact@copyleftconf.org?subject=Sponsorship%20inquiry" class="btn btn-xs btn-default">
|
||||||
<i class="fa fa-plus-sign"></i>
|
<i class="fa fa-plus-sign"></i>
|
||||||
Apply to be a sponsor
|
Apply to be a sponsor
|
||||||
</a>
|
</a>
|
||||||
|
@ -138,7 +138,7 @@
|
||||||
|
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
{% if not user.sponsorships.exists %}
|
{% if not user.sponsorships.exists %}
|
||||||
<p>If you or your organization would be interested in sponsorship opportunities, <a href="mailto:sponsors@northbaypython.org">email our sponsorship contact</a>.
|
<p>If you or your organization would be interested in sponsorship opportunities, please <a href="mailto:contact@copyleftconf.org?subject=Sponsorship%20inquiry">email our sponsorship contact</a>.
|
||||||
{% else %}
|
{% else %}
|
||||||
<h4>Your Sponsorship</h4>
|
<h4>Your Sponsorship</h4>
|
||||||
<ul class="list-group">
|
<ul class="list-group">
|
||||||
|
|
Loading…
Reference in a new issue