Changeset - 53a04262d40e
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-07-13 07:11:22
lukeman@gmail.com
update dashboard
1 file changed with 2 insertions and 4 deletions:
0 comments (0 inline, 0 general)
symposion_project/templates/dashboard.html
Show inline comments
...
 
@@ -10,15 +10,13 @@
 
{% block body %}
 
    <h2>{% trans "Dashboard" %}</h2>
 
    
 
    <section id="dashboard_speakers">
 
    <section id="dashboard_speakers" class="dashboard-section well">
 
        <h3>{% trans "Speaking" %}</h3>
 
        {% if not user.speaker_profile %}
 
            <div class="alert alert-info">
 
                <p>To submit a proposal, you must first create a speaker profile.</p>
 
                <a href="{% url speaker_create %}" class="btn">
 
                    Create a speaker profile
 
                </a>
 
            </div>
 

	
 
        {% else %}
 
            <a href="{% url speaker_edit %}" class="btn">
...
 
@@ -80,7 +78,7 @@
 
        {% endif %}
 
    </section>
 
    
 
    <section id="dashboard_sponsorship">
 
    <section id="dashboard_sponsorship" class="dashboard-section well">
 
        <h3>{% trans "Sponsorship" %}</h3>
 
        {% if not user.sponsorships.exists %}
 
            <a href="{# {% url sponsor_apply %} #}" class="btn">
0 comments (0 inline, 0 general)