Changeset - c7436f3c7f96
[Not reviewed]
0 1 0
Brett Smith - 5 years ago 2018-10-05 18:40:59
brettcsmith@brettcsmith.org
dashboard: Remove functionality we don't have available yet.
1 file changed with 2 insertions and 10 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/dashboard.html
Show inline comments
...
 
@@ -30,7 +30,7 @@
 
      </div>
 
    </div>
 

	
 
    {% include "registrasion/dashboard_widget.html" %}
 
    {# include "registrasion/dashboard_widget.html" #}
 

	
 
    <div class="panel panel-default">
 
        <div class="panel-heading">
...
 
@@ -121,14 +121,6 @@
 

	
 
    <div class="panel panel-default">
 
        <div class="panel-heading">
 
            <div class="pull-right header-actions">
 
                {% if not user.sponsorships.exists %}
 
                    <a href="{% url "sponsor_apply" %}" class="btn btn-xs btn-default">
 
                        <i class="fa fa-plus-sign"></i>
 
                        Apply to be a sponsor
 
                    </a>
 
                {% endif %}
 
            </div>
 
            <h3 class="panel-title">
 
                <i class="fa fa-briefcase"></i>
 
                {% trans "Sponsorship" %}
...
 
@@ -137,7 +129,7 @@
 

	
 
        <div class="panel-body">
 
            {% if not user.sponsorships.exists %}
 
                <p>If you or your organization would be interested in sponsorship opportunities, <a href="{% url "sponsor_apply" %}">use our online form to apply to be a sponsor</a>.
 
                <p>If you or your organization would be interested in sponsorship opportunities, please write <a href="mailto:contact@copyleftconf.org?subject=Sponsorship%20inquiry">contact@copyleftconf.org</a>.
 
            {% else %}
 
                <h4>Your Sponsorship</h4>
 
                <ul class="list-group">
0 comments (0 inline, 0 general)